6

I am Working on a sample application. I've designed my app based on View Container. By using the below cases i designed my app in Portrait Mode for mobile Phones(iOS/Android) and also Designed both Portrait and LandScape Modes for iPad/Tablets.

Now i want to Design splitView for both iPad and Tablets in both Portrait and Landscape modes. I've searched on google but don't find any information. I would like to know how can i design it(Split View) in both Android and iOS.

Lavaraju
  • 2,614
  • 7
  • 29
  • 49

1 Answers1

0

Wix's react-native-navigation provides a native extension to SplitView, but not for Android. (https://github.com/wix/react-native-navigation/blob/master/docs/docs/layout-types.md)

I have not tried the react-native-split-view package (https://www.npmjs.com/package/react-native-split-view) but it reports to work on iOS and Android.

Jay Koutavas
  • 989
  • 1
  • 14
  • 28