Skip to content

Commit 56c6485

Browse files
authored
Merge pull request react-navigation#95 from react-navigation/vonovak-patch-1
Update navigating-without-navigation-prop.md
2 parents 8d1346b + c4ae5e2 commit 56c6485

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/navigating-without-navigation-prop.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ function setTopLevelNavigator(navigatorRef) {
4646
function navigate(routeName, params) {
4747
_navigator.dispatch(
4848
NavigationActions.navigate({
49-
type: NavigationActions.NAVIGATE,
5049
routeName,
5150
params,
5251
})

0 commit comments

Comments
 (0)