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
- Host: GitHub
- URL: https://github.com/maniac-tech/react-native-sample-apps
- Owner: maniac-tech
- Created: 2021-10-16T14:01:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T06:29:51.000Z (almost 4 years ago)
- Last Synced: 2025-04-24T00:18:28.888Z (over 1 year ago)
- Topics: expo, javascript, react-native, react-redux, reactjs, redux-persist
- Language: JavaScript
- Homepage:
- Size: 861 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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`