A React Native app, with basic navigation, that fetches and shows results from a Star Wars API.
yarn install
cd ios && pod install
- run it from Xcode
open ios/swapiSearch.xcworkspace
- if the app doesn't find the custom fonts try
react-native link
ornpx react-native link
depending on your configuration.
- Unit tests
- Animations
- Loading placeholders
- Test and adjust in other screens other than iPhone SE
- Add custom font support to android
- Fix uppercase and symbols in android
- Finish implementing typechecking with proptypes