react-native layout control for dual screen devices (Duo)
npm install react-native-twopaneview
- Android:
- 10+
- react-native:
- supported versions ">= 0.60.5"
Also, make sure to carefully follow the installation instructions to modify your Android project, otherwise your TwoPaneView control won't be very happy on a dual screen device!
$ yarn add react-native-twopaneview
$ git clone https://github.com/microsoft/react-native-dualscreen.gitcd /twopaneview/examples$ npm install
$ cd android then $ gradlew clean
Start emulator, then run$ npm run run:android