1.0.1 • Published 11 months ago

yuva-cidc-react-native-app v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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.

1.0.1

11 months ago

1.0.0

11 months ago

1.0.4

11 months ago