Daniel Zlotin 8 년 전
부모
커밋
c1f551acf9
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      src/deprecated/platformSpecificDeprecated.ios.js

+ 4
- 1
src/deprecated/platformSpecificDeprecated.ios.js 파일 보기

102
                                passPropsLeft={{navigatorID: navigatorID}}
102
                                passPropsLeft={{navigatorID: navigatorID}}
103
                                componentRight={params.drawer.right ? params.drawer.right.screen : undefined}
103
                                componentRight={params.drawer.right ? params.drawer.right.screen : undefined}
104
                                passPropsRight={{navigatorID: navigatorID}}
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
             {this.renderBody()}
109
             {this.renderBody()}
107
           </DrawerControllerIOS>
110
           </DrawerControllerIOS>
108
         );
111
         );