pokedoxAppReactNaive
A react-native pokedox Application. {No API's, only offline Data}.
Demo GIF
Instruction to run the project
Open Terminal
$ git clone git@github.com:rickyansari/PokeDox2.git
$ cd PokeDox2
Then, install the packages
$ yarn
Or, if using npm:
$ npm install
Then, start the server
$ npx react-native start
Open a new Terminal
Finally, builds your app and starts it on a connected Android emulator or device
$ npx react-native run-android