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

https://github.com/thinkswan/react-native-book-manager

A React Native book manager app that uses Redux for data management as well as navigation and animations.
https://github.com/thinkswan/react-native-book-manager

Last synced: 14 days ago
JSON representation

A React Native book manager app that uses Redux for data management as well as navigation and animations.

Awesome Lists containing this project

README

          

# react-native-book-manager

A React Native book manager app that uses Redux for data management as well as navigation and animations.

Based on several chapters from [React Native in Action](https://www.manning.com/books/react-native-in-action), published by Manning.

## Get started

Follow the instructions on React Native's [Setting up the development environment](https://reactnative.dev/docs/environment-setup) page for your OS.

```
yarn
yarn pods
yarn start
yarn ios
yarn android
```