Files
react-navigation/packages/core
Sébastien Lorber 513d5d4d8a tests: refactor SwitchRouter tests (#34)
* 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
2019-09-16 13:18:22 +02:00
..
2019-04-17 16:29:20 +02:00
2019-08-22 17:46:03 -07:00
2018-10-11 13:50:01 -07:00
2019-08-22 17:46:03 -07:00
2018-10-11 13:50:01 -07:00
2019-04-17 16:29:20 +02:00
2019-04-17 16:29:20 +02:00
2019-04-17 16:29:20 +02:00
2019-04-17 16:29:20 +02:00
2018-10-11 13:50:01 -07:00
2019-09-14 15:47:57 +02:00
2019-05-16 10:54:56 -07:00
2019-04-17 16:29:20 +02:00
2019-08-22 17:46:03 -07:00

React Navigation Core

npm version CircleCI badge PRs Welcome

Development workflow

  • Clone this repository
  • Run yarn in the root directory and in the example directory
  • Run yarn dev in the root directory
  • Run yarn start in the example directory

Docs

Documentation can be found on the React Navigation website.