Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lundjrl/react-native-template
Template for building React-Native projects.
https://github.com/lundjrl/react-native-template
Last synced: about 1 month ago
JSON representation
Template for building React-Native projects.
- Host: GitHub
- URL: https://github.com/lundjrl/react-native-template
- Owner: lundjrl
- License: mit
- Created: 2023-05-12T13:33:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T18:40:01.000Z (about 2 months ago)
- Last Synced: 2024-11-16T19:30:04.635Z (about 2 months ago)
- Language: JavaScript
- Size: 3.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Native-Template
Template for building React-Native projects.## How to use
The easiest way to clone this template is to use react-native's built in cli.
Try installing the template with this command:
```
npx react-native@latest init --template https://github.com/lundjrl/React-Native-Template.git
```