mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
Added with navitation to website’s docs (#1974)
This commit is contained in:
committed by
Adam Miskiewicz
parent
b310b153fd
commit
72f6331fdb
@@ -276,6 +276,14 @@ const ViewsDocs = createNavigator(
|
||||
}),
|
||||
path: 'transitioner',
|
||||
},
|
||||
WithNavigation: {
|
||||
screen: createDocPage({
|
||||
doc: 'api/withNavigation',
|
||||
title: 'WithNavigation',
|
||||
linkName: 'withNavigation',
|
||||
}),
|
||||
path: 'with-navigation',
|
||||
},
|
||||
})
|
||||
)(NavView);
|
||||
ViewsDocs.navigationOptions = {
|
||||
|
||||
Reference in New Issue
Block a user