From 8b9a580cddde8a8c1754e657b2e92d74fd1705f8 Mon Sep 17 00:00:00 2001 From: Jack Read Date: Tue, 26 Jul 2016 17:31:17 -0400 Subject: [PATCH] type and animationType on startSingleScreenApp --- src/platformSpecific.ios.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/platformSpecific.ios.js b/src/platformSpecific.ios.js index 4568bd3d89c..d1e5e80ab06 100644 --- a/src/platformSpecific.ios.js +++ b/src/platformSpecific.ios.js @@ -100,7 +100,9 @@ function startSingleScreenApp(params) { passPropsLeft={{navigatorID: navigatorID}} componentRight={params.drawer.right ? params.drawer.right.screen : undefined} passPropsRight={{navigatorID: navigatorID}} - disableOpenGesture={params.drawer.disableOpenGesture}> + disableOpenGesture={params.drawer.disableOpenGesture} + type={params.drawer.type ? params.drawer.type : undefined} + animationType={params.drawer.animationType ? params.drawer.animationType : undefined}> {this.renderBody()} );