After switching to react-native-navigation from react-navigation my app cant launch properly.
It either appears as a blank screen or immedialy switches to the background without ability to switch back. Shaking the device or remote command adb shell input keyevent 82
does not show the developer menu.
Fresh app created with react-native init
results in the same.
In both cases I went strictly through these steps: https://wix.github.io/react-native-navigation/#/installation-android
Launching example app does not work properly either but it starts and I can use dev menu although the redux example works fine for me.
I have found a lot of people had the same problem before but without a solution. https://github.com/wix/react-native-navigation/issues/2737#issuecomment-367812629, it said that the navigation works and the problem is in JS side. How to modify the JS app to work with this navigation system though?