Audiobook mobile application accomplished with React Native and React ecosystem, just a single code base for both android and ios.
git clone https://github.com/minhtc/sachnoiapp.git
cd sachnoiapp
npm install
react-native run ios
- react: JS library for building user interfaces
- react-native: framework for building native apps with React
- react-native-sound: React Native module for playing audio
- react-native-vector-icons: React Native module supports using custom icon sets
- react-navigation: React Native module support navigation
- react-recontext: React state management (made by me)
- zget: tiny and safety function to accessing deeply netsted JS object property (made by me)