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
- Host: GitHub
- URL: https://github.com/shimohq/react-native-navigators
- Owner: shimohq
- License: mit
- Created: 2019-10-21T11:34:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T07:52:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T12:07:47.093Z (7 months ago)
- Language: Objective-C
- Size: 610 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```