feathersui-starling
feathersui-starling copied to clipboard
StackScreenNavigator pushScreen with Properties
Hi there, Can you please add a new parameter in pushScreen that let us allow set screen properties BEFORE it is initialised. Currently it is only possible if we AddScreen with a StackScreenNavigator which works fine if you have few combination of same screen. but we have many like canShowFooter, canShowEditArea etc etc. Can you please do that in your next update? I tried extending pushScreen method but i cant access StackItem class in my implementation. Thanks