This app uses public Star Wars API to show all characters and their informations.
- Pagination
- Layout that remembers SW
- On click you can see few attributes
- Assemble Jest into project
- Show all attributes
- Infinite scroll
You can install the last app's release from here.
Requisites:
- Expo
- An configured ambient to React Native development
After clonning this repository, you should run yarn
to install all dependencies.
Then, you can run the app with the follow line:
expo start
After that, a page will open in your navigator (probably localhost:3000) showing few project infos.
Now, all you need is scan the QR Code with your Expo GO app with your phone, or click in start in an emulator. :)