Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karmatys8/pokemons

I made this project to learn React Native. Ma aim was to complete it quickly, which may have resulted in some less-than-optimal solutions.
https://github.com/karmatys8/pokemons

expo-go ios-app pokemon pokemon-api react-native typescript

Last synced: about 1 month ago
JSON representation

I made this project to learn React Native. Ma aim was to complete it quickly, which may have resulted in some less-than-optimal solutions.

Awesome Lists containing this project

README

        

# React Native Pokemon App

This is a project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).

It was developed only for iOS, so it will most likely not work on Android or web browsers.

## How to run

Make sure that you have Xcode installed.

1. Clone the repo

```bash
git clone https://github.com/karmatys8/Pokemons.git
```

1. Enter it

```bash
cd Pokemons
```

1. Install dependencies

```bash
npm install
```

1. Start the app

```bash
npx expo start
```

1. Run the iOS simulator

```bash
i
```