Calum Harris
Calum Harris
Events added in #https://github.com/software-mansion/react-native-screens/pull/499 @janicduplessis
Having an issue similar to #https://github.com/software-mansion/react-native-screens/issues/513 where the alert is firing before a transition is finished causing the app to lock up
Seems that updating navigation state via the navigation prop causes these events to not fire. So tapping the back button on a stack triggers a ViewController dismiss which in turn...
Yes that is correct
I dont think this is going to be a big issue for me because in the next react-native release UIAlerts are going to be presented from the window but it...
I believe it is helpful to have a way of knowing when a screen transition has finished. useEffect cleanups do not happen when transitions are complete.
Agree this is probably more work than its worth unless if people are crying out for it. @janicduplessis What use cases have you used these events for? I think at...
I will experiment with this but will need to find a way to trigger a transition start as well.
@macdrevx Is this API intended to be used for animations? Would it be used called continuously with a display link when needing to animate a node?
Also requesting 3D model support on iOS and Android.