Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhatthaiquang-agilityio/react-native-example
Books store: useContext and useReducer
https://github.com/nhatthaiquang-agilityio/react-native-example
react-hooks react-native usecontext usereducer
Last synced: 19 days ago
JSON representation
Books store: useContext and useReducer
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/react-native-example
- Owner: nhatthaiquang-agilityio
- Created: 2021-10-04T03:12:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T00:36:38.000Z (about 3 years ago)
- Last Synced: 2024-04-16T07:09:41.628Z (9 months ago)
- Topics: react-hooks, react-native, usecontext, usereducer
- Language: JavaScript
- Homepage:
- Size: 592 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Example
Books store: useContext and useReducer![BookList](./Images/BookList.png)
![CartList](./Images/CartList.png)## Features
+ Show Book List
+ Add a Book into Cart List
+ Show Cart List
+ Remove a Book from Cart List## Requirements
+ [Install Node.js](https://nodejs.org/en/)
+ [Install Expo CLI](https://docs.expo.dev/get-started/installation/)
+ Install [Android Studio](https://developer.android.com/studio/) and ADV virtual device for Android## Run Development
+ Run Android
```
cd BookStore
npm run android
```