Posts by Douglas • 1 point
2 posts
-
0
votes1
answer23
viewsA: Programming navigation React Navigation
I was able to solve using a Navigation Container reference from React Navigation as per documentation and inside the function outside the component calling this reference.…
-
0
votes1
answer23
viewsQ: Programming navigation React Navigation
Is there any way to do programmatic navigation using lib @React-navigation in React Native? I am validating outside the React files . JSX and wanted to "push" a route if any conditions are met…