【发布时间】:2018-12-04 10:29:56
【问题描述】:
【问题讨论】:
-
您找到解决方案了吗?
【问题讨论】:
目前还不支持,但如果你想分叉或编辑这里的实现是https://github.com/wix/react-native-navigation/blob/a591fe4476ca152a336022e2570431b677f60225/lib/ios/RNNSideMenu/MMDrawerController/MMDrawerController.m#L220
[self setAnimationVelocityLeft:MMDrawerDefaultAnimationVelocity];
[self setAnimationVelocityRight:MMDrawerDefaultAnimationVelocity];
- [self setShowsShadow:YES];
+ [self setShowsShadow:NO];
[self setShouldStretchLeftDrawer:YES];
[self setShouldStretchRightDrawer:YES];
【讨论】: