Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 580 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 580 Bytes

React Native Pokemon App

This is a project created with 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

    git clone https://github.com/karmatys8/Pokemons.git
  2. Enter it

    cd Pokemons
  3. Install dependencies

    npm install
  4. Start the app

    npx expo start
  5. Run the iOS simulator

    i