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

https://github.com/maniac-tech/react-native-sample-apps

An array of examples of working React native expo apps
https://github.com/maniac-tech/react-native-sample-apps

expo javascript react-native react-redux reactjs redux-persist

Last synced: 3 months ago
JSON representation

An array of examples of working React native expo apps

Awesome Lists containing this project

README

          

# React native Sample Apps

## About
You will find an array of examples of working React native expo apps.

## How to start?
- Pull the repo locally
- `cd` into the folder you wish to run
- Run `npm i` or `npm install`
- Once the packages are installed successfully, run `npm start`; This will start the expo server for you to run the app in a simulator or real device
- You are good to go!

## Concepts covered
1. React Redux -> `react-redux`
2. React Redux (using toolkit) -> `react-redux-toolkit`
3. Redux Persist -> `redux-persist`