React-native-navigation works perfectly while the server is running react-native run-android
after stopping execution, the application does not navigate between the screens and closes the application.
versions
"react-native": "0.55.0"
"react-native-navigation": ^ 2.3.1
Why is this happening?