Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T08:43:06.000Z (over 1 year ago)
- Last Synced: 2024-03-17T23:22:42.407Z (11 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: 38
- Watchers: 3
- 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)
[![qr code](qr.png)](https://snack.expo.io/@retyui/react-native-split-view)
| phone | tablet |
| ------------------- | ----------------- |
| ![phone](phone.gif) | ![ipad](ipad.gif) |## Android system back
![android tablet](android.gif)
## Install
```sh
git clone https://github.com/retyui/react-native-split-view-demo.gitcd react-native-split-view-demo
yarn install
yarn start
yarn android
# or
yarn ios
```