https://github.com/thebinarysolution/react-native-template
React Native Template with most of the needed dependencies declared and set up
https://github.com/thebinarysolution/react-native-template
react-native-template react-native-template-navigation
Last synced: 18 days ago
JSON representation
React Native Template with most of the needed dependencies declared and set up
- Host: GitHub
- URL: https://github.com/thebinarysolution/react-native-template
- Owner: thebinarysolution
- Created: 2022-07-04T10:26:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T07:39:35.000Z (almost 4 years ago)
- Last Synced: 2026-06-20T04:37:08.303Z (27 days ago)
- Topics: react-native-template, react-native-template-navigation
- Language: Java
- Homepage:
- Size: 139 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rnt- React Native Template
### Basic React Native template for Starting new React Native Project with pre-requisite dependencies declared and ready to use.
##### command for cloning new project with this template, where 'SomeApp' is the name of the project, change it to your needs
```sh
npx react-native init SomeApp --template https://github.com/lakhwinderdebut/react-native-template.git
```
> #### Check List- Steps to do after clone:
1. ### npm install.
2. ### npx pod-install ios.
3. ### Change Project name and Package name(IF NEEDED)
4. ### Add required permissions.
iOS: add in plist.info file.
Android: add in the manifest file.
5. ### Change Fonts in styling/fonts.js.
6. ### Add colors in styling/colors.js.