Simple React Native app for searching books by using Google Books API.
Created during workshops: 'React Native 101'. Workshops was held by Merixstudio dev's - Leszek and Maciej during Dev College Combo.
To start app:
First install expo-cli:
npm install -g expo-cli
git clone https://github.com/MIKOLAJW197/books-native.git
npm install
expo start
Now you can start app on your phone by scanning QR Code by Expo app.
- Axios - Used to make requests
- Native-base - Used some components
- React native
- Expo CLI - Used to generate project