Skip to content

Solomon141/BoilerplateJavascriptReactNativeReduxToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoilerplateJavascriptReactNativeReduxToolkit

This Project react native expo boilerplate include packages like

  • [1] - Redux Toolkit for state management
  • [2] - Formik and Yup for schema validation
  • [3] - inext and i18next for language translation
  • [4] - System driven Dark/Default mode
  • [5] - Custom Drawer Navigation and others

DEPENDENCIES

[1] - redux (https://react-redux.js.org/ and https://redux-toolkit.js.org/)

  • npm install redux @reduxjs/toolkit react-redux

[2] - redux-persist (https://github.com/rt2zz/redux-persist)

  • npm install redux-persist

[3] - async-storage (https://react-native-async-storage.github.io/async-storage/docs/install/ and https://github.com/react-native-async-storage/async-storage)

  • npm install @react-native-async-storage/async-storage

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.

Prerequisites

Requirements for the software and other tools to build, test and push

Installing

A step by step series of examples that tell you how to get a development environment running

step 1

git clone https://github.com/Solomon141/BoilerplateJavascriptReactNativeReduxToolkit.git

step 2

cd BoilerplateJavascriptReactNativeReduxToolkit

step 3

run npm install

all the dependencies will be installed with this command.

Running the tests

npx expo start

Sample Tests

you must first install expo Go app in your android phone

then scan the qr code and the app will be installed in your phone

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published