If you don't have expo installed -> Check out the doc
Once you have expo installed follow these steps:
- With Yarn:
yarn
yarn start
- With NPM:
npm i
npm start
Enjoy 🎸🎉
PokeViewer is a Pokedex app that lists all the pokemons and allows to see their details according to the PokeApi. Feel free to search for the Pokemon you desire and share it's wikipedia link with your friends
You can also change the limit of pokemons fetched by changing the FETCH_LIMIT constant in src/Home.tsx
Expo is a framework and a platform for universal React applications
provides haptic (touch) feedback
Routing and navigation for your React Native apps Read docs > Try the demo app
Consistent code style
Decent drop down picker
Redux implementation (to store and manage data easily) Login system (powered by Firebase) Favorite page (a new page on the app where you can see your favorites pokemons) Region filter (filters Pokemons by region) Unit Tests