RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
571 stars 153 forks source link

NavigatorExperimental: State should not have the new route #81

Closed keokilee closed 8 years ago

keokilee commented 8 years ago

I pulled down master because wanted to mock NavigatorExperimental. Looks like there was a tiny error with the logic that was breaking my tests, so I went ahead and fixed it.

RealOrangeOne commented 8 years ago

Looks like a valid change to me. Merging