An open API service indexing awesome lists of open source software.

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

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/).