https://github.com/1407arjun/react-native-starter
Template for any new React Native project with Redux and TailwindCSS
https://github.com/1407arjun/react-native-starter
react-native template
Last synced: 4 months ago
JSON representation
Template for any new React Native project with Redux and TailwindCSS
- Host: GitHub
- URL: https://github.com/1407arjun/react-native-starter
- Owner: 1407arjun
- License: apache-2.0
- Created: 2022-08-05T13:15:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T19:42:31.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T22:32:43.830Z (over 1 year ago)
- Topics: react-native, template
- Language: TypeScript
- Homepage:
- Size: 348 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting started with React Native and this template
This project was created from [react-native-starter](https://github.com/1407arjun/react-native-starter).
## Additional Available Scripts
In the project directory you can run (apart from `expo` scripts):
### `npm lint` and `npm lint-fix`
Lints and fixes the entire codebase inside the `src` folder using ESLint, as per the rules in `.eslintrc.js`.
### `npm format` and `npm format-fix`
Checks and formats the entire codebase inside the `src` folder using Prettier, as per the rules in `.prettierrc`.
## External Dependencies
- TypeScript
- React Navigation
- Redux and Redux Toolkit
- TailwindCSS
## Learn more
To learn React, check out the [React Native documentation](https://reactnative.dev/) or the [Expo documentation](https://docs.expo.dev/).