yuva-cidc-react-native-app
v1.0.1
Published
A CLI tool for creating React Native apps with predefined templates.
Downloads
6
Maintainers
Readme
yuva-cidc-react-native-app
This package helps you create a React Native project with a set of default template files included.
Usage
To create a new project, run the following command in your terminal:
npx yuva-cidc-react-native-app
This command will automatically set up your project in the desired folder.
Included Libraries and Features
Redux Store
The project includes state management using the following libraries:
- react-redux
- redux
- @reduxjs/toolkit
- redux-persist
- @react-native-async-storage/async-storage
React Navigation
For navigation, the project uses:
- @react-navigation/stack
- @react-navigation/native
CONSTANT File
A constants file is added, which includes:
- Basic colors
- Font sizes
- Navigation keys
API Interface
Basic API integration is set up using @reduxjs/toolkit for communication with the backend.
URL Constant File
A file to manage API endpoints and other URL constants is included.
Utility File
Utility functions and helpers are provided to streamline common tasks in the project.