This project is a simple app built with React Native to search and display books on Google Books
# Main Features- Buscar por um tema
- Navegar direto para a lista com um tema sugerido (setted to "Harry Potter")
-
Display the books in a FlatList with infinite scroll, to see more results just scroll at the bottom
-
Go to the detail screen of the book
-
Search for another theme
- View all the informations about the book selected
- Like
- Rating with stars
- Yarn
- React Native
- IOS/Android Emulator or device
Clone this repository and follow these steps
- yarn install
- cd ios && pod install && cd ..
- yarn ios
- yarn install
- yarn android