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
d72a96d1ef6b9979a8ef137e90a24be14d64e549
react-navigation
/
packages
/
example
History
satyajit.happy
d72a96d1ef
chore: add example for pop to top on tab press
2019-08-28 21:28:18 +02:00
..
.expo-shared
chore: setup monorepo with yarn workspaces (
#38
)
2019-08-01 23:40:57 +01:00
assets
docs: add basic example app
2019-08-07 21:34:48 +01:00
src
chore: add example for pop to top on tab press
2019-08-28 21:28:18 +02:00
app.json
chore: navigation-ex -> react-navigation
2019-08-21 16:09:10 +05:30
App.tsx
feat: add a simple stack and material tabs integration (
#39
)
2019-08-03 20:05:10 +02:00
babel.config.js
fix: add margin on left when left button is specified in header
2019-08-06 22:31:42 +02:00
CHANGELOG.md
chore: publish
2019-08-27 11:06:59 +01:00
metro.config.js
feat: add native container with back button integration (
#48
)
2019-08-14 19:34:21 +05:30
package.json
chore: publish
2019-08-27 11:06:59 +01:00
README.md
chore: configure jest to resolve source files for packages
2019-08-27 08:58:29 +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