我正在研究一个示例应用程序。我根据View Container设计了我的应用。通过使用以下案例,我在移动电话(iOS / Android)的纵向模式下设计了我的应用程序,并为iPad /平板电脑设计了肖像和LandScape模式。
在Android中,我在
React-native Android Set only Portrait Mobile Phones Otherwise tablets shows landScape and Portrait
在iOS中我遵循了这个案例
android.support.v4.content.ContextCompat
并为iPhone选择Xcode -> general -> Development info -> Device Orientation
,为iPad选择Portrait
。现在我想在纵向和横向模式下为iPad和平板电脑设计splitView。我在谷歌上搜索过,但没有找到任何信息。我想知道如何在Android和iOS中设计它(Split View)。
答案 0 :(得分:0)
Wix的react-native-navigation提供了SplitView的本机扩展,但不适用于Android。 (https://github.com/wix/react-native-navigation/blob/master/docs/docs/layout-types.md)
我还没有尝试过react-native-split-view软件包(https://www.npmjs.com/package/react-native-split-view),但是它据说可以在iOS和Android上运行。