Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```