https://github.com/hoaphantn7604/react-native-template-components
React Native Template Typescript
https://github.com/hoaphantn7604/react-native-template-components
boilerplate components elements react-native react-native-template react-native-template-typescript react-navigation redux-persist redux-saga redux-toolkit template template-typescript-free uikit
Last synced: 2 months ago
JSON representation
React Native Template Typescript
- Host: GitHub
- URL: https://github.com/hoaphantn7604/react-native-template-components
- Owner: hoaphantn7604
- License: mit
- Created: 2021-06-22T10:39:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T09:07:37.000Z (about 2 years ago)
- Last Synced: 2025-04-02T13:05:19.640Z (3 months ago)
- Topics: boilerplate, components, elements, react-native, react-native-template, react-native-template-typescript, react-navigation, redux-persist, redux-saga, redux-toolkit, template, template-typescript-free, uikit
- Language: TypeScript
- Homepage:
- Size: 25.7 MB
- Stars: 179
- Watchers: 3
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# React Native Template Components
Building a mobile application from scratch can be a time-consuming process and it's not always necessary to start from scratch. Using a pre-built React Native template can save time and effort while also providing a solid foundation for your project.
## Video demo
[
](https://youtube.com/shorts/M0GynL35qjQ?feature=share)
## Requirements
Node 12 or greater is required. Development for iOS requires a Mac and Xcode 10 or up, and will target iOS 11 and up.
You also need to install the dependencies required by React Native.
Go to the [React Native environment setup](https://reactnative.dev/docs/environment-setup), then select `React Native CLI Quickstart` tab.
Follow instructions for your given `development OS` and `target OS`.## Quick start
To create a new project using the boilerplate simply run :
```
npx react-native init MyApp --template react-native-template-components
```Assuming you have all the requirements installed, you can run the project by running:
- `yarn start` to start the metro bundler, in a dedicated terminal
- `yarn ` to run the *platform* application (remember to start a simulator or connect a device)
[
](https://github.com/hoaphantn7604)