javascript - Example of Navigation between views in React Native Android? -
after check react native documentation, still don't understand best way create views , navigate between different components.
i don't want use external components like:
https://github.com/kureev/react-native-navbar/
https://github.com/23c/react-native-transparent-bar
https://github.com/superdami/react-native-custom-navigation
i don't need navigation bar, want set views , slide left, right o pop view, nothing more.
i know basic, can't find helpful example.
please, can me? functional example in https://rnplay.org/?
thank you.
watch example: https://github.com/h87kg/navigatordemo
it's useful , written navigator example, better 1 above wrote, think.
mainly watch relationship between loginpage.js
, mainpage.js
Comments
Post a Comment