Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traviskn/router-demo
a demo of animated transitions with react-router v4 on react native
https://github.com/traviskn/router-demo
Last synced: 7 days ago
JSON representation
a demo of animated transitions with react-router v4 on react native
- Host: GitHub
- URL: https://github.com/traviskn/router-demo
- Owner: Traviskn
- Created: 2017-08-16T05:12:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T22:03:50.000Z (over 7 years ago)
- Last Synced: 2024-11-12T23:35:33.044Z (2 months ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of screen transitions with [React Router](https://reacttraining.com/react-router) v4 on React Native
This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).
To try out the app, you can run it on [Expo](https://expo.io) using this link: https://exp.host/@traviskn/router-demoIf you want to play with the code and run/build the app yourself, clone this repository, install dependencies with npm,
then use `npm run ios` or `npm run android` to start the app on either an iOS or Android emulator.