Audiobook App Open Source
Audiobook mobile application accomplished with React Native and React ecosystem, just a single code base for both android and ios.
Installation
git clone [email protected]:minhtc/audiobookapp.git
cd audiobookapp
npm install
npx react-native run ios
Dependencies
- 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)