Added with navitation to website’s docs (#1974)

This commit is contained in:
Gabriel Bull 2017-07-04 02:24:49 -04:00 committed by Adam Miskiewicz
parent b310b153fd
commit 72f6331fdb

View File

@ -276,6 +276,14 @@ const ViewsDocs = createNavigator(
}), }),
path: 'transitioner', path: 'transitioner',
}, },
WithNavigation: {
screen: createDocPage({
doc: 'api/withNavigation',
title: 'WithNavigation',
linkName: 'withNavigation',
}),
path: 'with-navigation',
},
}) })
)(NavView); )(NavView);
ViewsDocs.navigationOptions = { ViewsDocs.navigationOptions = {