mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +08:00
* add test:dev for dev test workflow, which should rather not lint/build and trigger pretest * refactor tests to use closure based helper instead of class * refactor SwitchRouter tests with router stateful helpers to improve tests readability * simplify matcher * better initialRoute backBehavior test by using a non-default routeName * minor fix * Update src/routers/__tests__/routerTestHelper.js Co-Authored-By: slorber <slorber@users.noreply.github.com> * Update src/routers/__tests__/routerTestHelper.js Co-Authored-By: slorber <slorber@users.noreply.github.com> * Update src/routers/__tests__/routerTestHelper.js Co-Authored-By: slorber <slorber@users.noreply.github.com> * revert bad merge stuff * revert bad merge stuff * fix tests
React Navigation Core
Development workflow
- Clone this repository
- Run
yarnin the root directory and in theexampledirectory - Run
yarn devin the root directory - Run
yarn startin theexampledirectory
Docs
Documentation can be found on the React Navigation website.