Remove navigationOptions from component props (#1231)

This commit is contained in:
Mike Grabowski
2017-04-26 13:36:00 +02:00
committed by Satyajit Sahoo
parent 2b24492370
commit a14ac29c30
5 changed files with 1 additions and 20 deletions

View File

@@ -78,7 +78,6 @@ export default function createNavigationContainer<T: *>(
const {
navigation,
screenProps,
navigationOptions,
...containerProps
} = props;