⚛️React Native Movie Pokedex App
This project was created with React Native CLI and TypeScript template.
Description
This project is a practical conference item of my React Native mobile app series that made with:
-
react native v0.66.1
-
react-native-testing-library – (to make unit testing with jest and more)
-
react-hooks-testing-library – (complete React hooks testing utilities)
-
react-native-elements – (UI Toolkit for RN apps)
-
react-native-vector-icons – (UI buttons and logos)
-
Of course, I used things like custom hooks, components, screens and unit testing over screens and hooks.
API and Fonts
- the-breaking-bad-api – (The Breaking Bad API)
- pokemon-font – (Heart Breaking Bad font)
Available Scripts
- The project has only been tested on Android
In the project directory, you can run special commands like this:
To install dependencies
$ npm install
| $ yarn install
To run tests
$ npm run test
| $ yarn run test
To start the development server and run app on simulator or device