【问题标题】:Remove the shadow on the right side of the left sideMenu in react-native-navigation v2?react-native-navigation v2中左侧菜单右侧的阴影去掉?
【发布时间】:2018-12-04 10:29:56
【问题描述】:

我们如何从 react-native-navigation v2 中移除左侧菜单的阴影。

【问题讨论】:

  • 您找到解决方案了吗?

标签: react-native-navigation


【解决方案1】:

目前还不支持,但如果你想分叉或编辑这里的实现是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];

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-09-25
    • 2011-06-22
    • 2017-10-22
    相关资源
    最近更新 更多