Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santospatrick/react-native-template-santospatrick
:iphone: :crystal_ball: Personal template for react-native-cli
https://github.com/santospatrick/react-native-template-santospatrick
babel javascript react-native reactjs template
Last synced: 27 days ago
JSON representation
:iphone: :crystal_ball: Personal template for react-native-cli
- Host: GitHub
- URL: https://github.com/santospatrick/react-native-template-santospatrick
- Owner: santospatrick
- License: mit
- Created: 2020-02-19T23:43:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T02:28:29.000Z (over 4 years ago)
- Last Synced: 2024-03-23T08:22:58.511Z (8 months ago)
- Topics: babel, javascript, react-native, reactjs, template
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-template-santospatrick
> 📱 🔮 Personal template for react-native-cli## Usage
1. Initialize your RN project with this command:```bash
npx react-native init AwesomeProject --template santospatrick
```2. Delete `~/App.js`
3. Duplicate `.env.example` to `.env` and `.env.production` fulfilling variables as needed
4. Done 🎉
## Android
Add these lines to `dependencies` at `android/app/build.gradle`:
```
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
```## Features
- [x] [Module Resolver](https://github.com/tleunen/babel-plugin-module-resolver)
- [x] [ESLint](https://github.com/santospatrick/eslint-config-react)/[Prettier](https://github.com/santospatrick/prettier-config)
- [x] [Styled Components](https://styled-components.com/docs/basics#react-native)
- [x] [Dotenv](https://github.com/zetachang/react-native-dotenv)
- [x] [Axios](https://www.npmjs.com/package/axios)
- [x] [React Navigation](https://reactnavigation.org/en/)