Files
react-navigation/src
Justin Parker a94f89ffe1 Fixes bug where null doesn't work in routerOptions paths object for deeplinking (#4791)
* Add test for handling null path set on router

* Allow null paths on the router config

Previously if you specified `null` in the router `paths`, the logic would actually fall back to the `path` specified on the route, which is especially bad if the latter is undefined, because then the path would be set as the default of the routeName.
2018-08-01 01:12:49 -07:00
..
2018-06-22 10:20:27 -07:00
2018-07-20 14:44:26 -07:00
2018-06-22 10:20:27 -07:00