Remove typo from router docs (#39)

This commit is contained in:
Phil Rajchgot
2017-01-27 10:56:38 -05:00
parent e99d91ee52
commit cf19810b88

View File

@@ -40,7 +40,7 @@ const MyApp = StackNavigator({
}, {
initialRouteName: 'Home',
})
const MyApp.router = {
MyApp.router = {
...MyApp.router,
getStateForAction(action, state) {
if (state && action.type === 'PushTwoProfiles') {