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

https://github.com/shimohq/react-native-navigators

Native navigators system for react-native
https://github.com/shimohq/react-native-navigators

Last synced: 6 months ago
JSON representation

Native navigators system for react-native

Awesome Lists containing this project

README

          

# react-native-navigators

This repository is inspired by [kmagiera/react-native-screens](https://github.com/kmagiera/react-native-screens/) ,some code of this repository is based on [kmagiera/react-native-screens](https://github.com/kmagiera/react-native-screens/).

## Installation

## Usage

```shell
cd examples
# could not use npm install
yarn install
npm run
```

iOS

```shell
cd examples/ios
pod install
open examples.xcworkspace
```

Android

```shell
cd examples/android
studio .
```