Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit 4c1403b

Browse files
committed
Added sending options parameter to constructor of StackNavigator to be able to access properties
1 parent 2e7f60f commit 4c1403b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/createStackTransitionNavigator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import Transitioner from './Transitioner';
44
export default function createStackTransitionNavigator(routeConfigs, options) {
55
const router = StackRouter(routeConfigs, options);
66

7-
return createNavigator(Transitioner, router);
7+
return createNavigator(Transitioner, router, options);
88
}

0 commit comments

Comments
 (0)