Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.git

cd react-native-split-view-demo

yarn install

yarn start

yarn android
# or
yarn ios
```