Daniel Zlotin 8 years ago
parent
commit
c1f551acf9
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/deprecated/platformSpecificDeprecated.ios.js

+ 4
- 1
src/deprecated/platformSpecificDeprecated.ios.js View File

@@ -102,7 +102,10 @@ function startSingleScreenApp(params) {
102 102
                                passPropsLeft={{navigatorID: navigatorID}}
103 103
                                componentRight={params.drawer.right ? params.drawer.right.screen : undefined}
104 104
                                passPropsRight={{navigatorID: navigatorID}}
105
-                               disableOpenGesture={params.drawer.disableOpenGesture}>
105
+                               disableOpenGesture={params.drawer.disableOpenGesture}
106
+                               type={params.drawer.type ? params.drawer.type : undefined}
107
+                               animationType={params.drawer.animationType ? params.drawer.animationType : undefined}
108
+          >
106 109
             {this.renderBody()}
107 110
           </DrawerControllerIOS>
108 111
         );