Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sj-distributor/react-native-boilerplate
📱 React Native Boilerplate
https://github.com/sj-distributor/react-native-boilerplate
boilerplate react-native recoil
Last synced: 2 days ago
JSON representation
📱 React Native Boilerplate
- Host: GitHub
- URL: https://github.com/sj-distributor/react-native-boilerplate
- Owner: sj-distributor
- Created: 2022-06-03T07:41:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T06:39:55.000Z (over 2 years ago)
- Last Synced: 2024-04-28T01:35:57.116Z (7 months ago)
- Topics: boilerplate, react-native, recoil
- Language: Java
- Homepage:
- Size: 354 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :space_invader: React Native Boilerplate
## :arrow_forward: Usage
Init project
```
npx react-native init --template https://github.com/sj-distributor/react-native-boilerplate
```Install project dependencies
```
yarn
```Launch the ios
```
yarn run ios
```Launch the android
```
yarn run android
```## :warning: React Native CLI
This template only works with the new CLI. Make sure you have uninstalled the legacy `react-native-cli` first (`npm uninstall -g react-native-cli`) for the below command to work. If you wish to not use `npx`, you can also install the new CLI globally (`npm i -g @react-native-community/cli` or `yarn global add @react-native-community/cli`).
If you tried the above and still get the react-native-template-react- native-template-typescript: Not found error, please try adding the `--ignore-existing` flag to [force npx to ignore](https://github.com/npm/npx#description) any locally installed versions of the CLI and use the latest.
Further information can be found here: https://github.com/react-native-community/cli#about