pokétto is a Pokédex written in React Native, using PokéAPI
- React
- React Native
- React Navigation
- React Native Paper
To build the app in development mode,
npm run start
and in a different terminal
npx react-native run-android
To build the app in release mode,
npx react-native run-android --variant=release
Make sure that Android build tooling is installed, and an emulator or physical device is connected
The release APK will be provided after a stable build, under the Releases tab