https://github.com/retyui/react-native-split-view-demo
Demo Split View on React Native + react-navigation
https://github.com/retyui/react-native-split-view-demo
react-native react-navigation split-view
Last synced: 8 months ago
JSON representation
Demo Split View on React Native + react-navigation
- Host: GitHub
- URL: https://github.com/retyui/react-native-split-view-demo
- Owner: retyui
- Created: 2020-05-29T12:15:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T14:15:10.000Z (about 1 year ago)
- Last Synced: 2025-07-02T11:04:48.556Z (8 months ago)
- Topics: react-native, react-navigation, split-view
- Language: JavaScript
- Homepage: https://snack.expo.io/@retyui/react-native-split-view
- Size: 4.02 MB
- Stars: 39
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Split View demo
## Live Example
- Expo snack [https://snack.expo.io/split-view](https://snack.expo.io/@retyui/react-native-split-view)
[](https://snack.expo.io/@retyui/react-native-split-view)
| phone | tablet |
| ------------------- | ----------------- |
|  |  |
## Android system back

## Install
```sh
git clone https://github.com/retyui/react-native-split-view-demo.git
cd react-native-split-view-demo
yarn install
yarn start
yarn android
# or
yarn ios
```