react-native-pokedex.mp4
- List of pokemons
- Search pokemons by name or ID
- Details of pokemons
- About
- Stats
- Evolution
- React Native - ReactJS-based framework that can use native platform capabilities
- TypeScript - Typed JavaScript
- Expo - Toolset for building and delivering RN apps
- React Navigation(v6) - Routing and navigation
This project can be run from the Expo client app.
npm install
npm start
$PROJECT_ROOT
├── App.tsx # Entry point
└── src
├── screens # Screen components
├── components # UI components
├── utils # Helpers
└── interfaces # TypeScript interfaces