Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hezhii/react-native-template
An react natieve project template to help us improve our development efficiency.
https://github.com/hezhii/react-native-template
Last synced: about 5 hours ago
JSON representation
An react natieve project template to help us improve our development efficiency.
- Host: GitHub
- URL: https://github.com/hezhii/react-native-template
- Owner: hezhii
- Created: 2020-01-10T09:50:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T08:41:44.000Z (almost 3 years ago)
- Last Synced: 2024-09-24T16:18:55.510Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.61 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-template-life
An react natieve project template to help us improve our development efficiency.
## :star: Features
- Elegant usage directly within the [React Native CLI](https://github.com/react-native-community/cli)
- Integrate common functions of [React Navigation](https://reactnavigation.org/)
- Support theme switching
- [Android immersive status bar](https://github.com/gyf-dev/ImmersionBar)## :arrow_forward: Usage
```sh
npx react-native init MyApp --template react-native-template-life
```#### React Native <=> Template Version
| React Native | Template |
|--- |--- |
| 0.66 | 0.4.* |
| 0.64 | 0.3.* |
| 0.63 | 0.2.* |
| 0.61 | 0.1.* |