-
-
Save dhrrgn/16a8dfa7581a682627c6 to your computer and use it in GitHub Desktop.
And, the method 'hide' sould be changed to use 'startActivityForResult'. This is because we use 'MainApplication' not 'MainActivity'.
Hi good day, please help on how to implement the code properly. I am currently having an error under NavigationBarAndroidPackage.java line 25 saying it can not override.
I managed to take away the error but still not working, the navigation is still showing
@Jijuan can u show me full code NavigationBarAndroid.java
@Jijuan I would also be very interested, if you have the time. Or anyone else who knows native Android code well enough to construct those changes? Blindly jumping into using startActivityForResult isn't yielding much result :(
You can also try this. (I'm use React Native Wix Navigation V2.)
https://gist.github.com/hto/7ed5ef629bd8bdf651c73f3680541ad5
line 25 in NavigationBarAndroid.java, should be changed to if(reactActivity != null).