(navigation controller/view manager)
For Mobile: IOS and Android
yarn install
npm run ios
note:
If you have xcode problems: * ios: Unable to verify Xcode and Simulator installation. You may need to modify preferences -> locations -> xcode as described in the below article. https://github.com/react-community/create-react-native-app/issues/74
simple app that doesnt require redux, global state with actions reducers dispatch and
react native components stored in component history array
- Click back button will pop the component and its state off of the history and load component replacing the content on the screen.
- Load next view off screen slide that view into the correct location; then rerender to remove the old component behind the scenes.
- Force press/prolonged press, can allow viewing of all history to enable moving directly
to a particular component with specific state set for the component. - Programers define their own component at runtime at user input and the component will still be created.