Blog
DocumentationStatusServices List
GitHubGitLabDiscord

Week 02 - React Native Mobile App

February 10, 2026
(Updated February 13, 2026)
1 min read
by Jim
React NativeProjectPokemonMobile

See original block post here.

In the second week of my uni project challenge, I developed a React Native mobile app that uses the Pokeapi to show information about pokemon. This project allowed me to explore mobile development and work with external APIs to fetch and display data dynamically.

The app features a simple interface where users can browse through a list of Pokemon and view details about each one.

Screenshots

Running this project

Clone the repository and navigate to the project directory:

git clone https://git.jimster.dev/jim/mobile-react-native-pokeapi.git
cd mobile-react-native-pokeapi

Install the dependencies:

npm install

Start the development server:

npx expo start
# or npm run start

This will start the Expo development server. You can then use the Expo Go app on your mobile device or an emulator to run the app.

Notice

This is a MOBILE APP, it is not designed nor built to run on the web.

Thanks for checking out my project!