You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a culmination of the async model of RN, a bug in iOS and app logic.
The first two are problematic as they cannot easily be fixed. The suggestion is to only call focus()/becomeFirstResponder after the view controller presentation has completely finished (the RNN lifecycle event analogous to viewDidAppear).
Running Detox test with react-native-navigation cause push screen to freeze between the push animation and the test failed.
The text was updated successfully, but these errors were encountered: