react-native-image-viewer-横向视图在IOS上不起作用

时间:2019-01-17 15:30:27

标签: react-native react-native-ios react-native-image

在Android上,横向模式就像一个超级按钮,但在IO上我发现以下问题:

移动设备处于横向模式:

  • 我单击图像(Touchable-Opacity设置状态为modalShow 出现模态后,横向模式将切换为纵向模式
  • 如果我关闭模式,则App会切换回横向模式。

任何想法,为什么这仅发生在Iphone上,但在Android上运行良好?

2 个答案:

答案 0 :(得分:0)

您必须将此(或仅根据需要添加其中的一部分)到Modal中,以封装Image-Zoom组件:

supportedOrientations={
 [
   'portrait', 
   'portrait-upside-down', 
   'landscape', 
   'landscape-left', 
   'landscape-right'
 ]
}

答案 1 :(得分:0)

考虑使用库来管理屏幕旋转https://github.com/yamill/react-native-orientation