This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
react-navigation
Watch
1
Star
0
Fork
0
You've already forked react-navigation
mirror of
https://github.com/zhigang1992/react-navigation.git
synced
2026-02-09 22:51:57 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9ce8ec59fb311c8d1bb06bac83d115ccc0102334
react-navigation
/
packages
/
example
History
satyajit.happy
9ce8ec59fb
refactor: refresh drawer according to latest material design guidelines
2019-10-11 00:54:22 +02:00
..
.expo-shared
chore: setup monorepo with yarn workspaces (
#38
)
2019-08-01 23:40:57 +01:00
android
feat: initial version of native stack (
#102
)
2019-10-10 23:39:04 +02:00
assets
docs: add basic example app
2019-08-07 21:34:48 +01:00
ios
feat: initial version of native stack (
#102
)
2019-10-10 23:39:04 +02:00
src
refactor: refresh drawer according to latest material design guidelines
2019-10-11 00:54:22 +02:00
.gitignore
feat: make example run as bare react-native project as well (
#85
)
2019-09-08 18:10:44 +02:00
app.json
refactor: use react-native-safe-area-context
2019-10-03 21:31:09 +02:00
App.tsx
feat: add a simple stack and material tabs integration (
#39
)
2019-08-03 20:05:10 +02:00
babel.config.js
chore: upgrade eslint config
2019-09-28 11:58:21 +02:00
CHANGELOG.md
chore: publish
2019-10-06 16:44:17 +02:00
index.js
feat: make example run as bare react-native project as well (
#85
)
2019-09-08 18:10:44 +02:00
metro.config.js
refactor: use react-native-safe-area-context
2019-10-03 21:31:09 +02:00
package.json
fix: make it possible to run the example on web
2019-10-11 00:28:38 +02:00
README.md
chore: configure jest to resolve source files for packages
2019-08-27 08:58:29 +02:00
webpack.config.js
fix: make it possible to run the example on web
2019-10-11 00:28:38 +02:00
README.md
Example for React Navigation
If you want to run the example from the repo,
Clone the repository and run
yarn
in the project root
Run
yarn example start
to start the packager
Follow the instructions to open it with the
Expo app