A simple React Native project showing a list of the first generation Pokemons.
I used expo.io and next.js to build this minimal app that can be tested on Android, IOS and Web Navigator.
Run expo start in the line command if you already have expo installed
expo startIf not you can install expo with npm or yarn
yarn add expo
npm i expo