Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 457 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 457 Bytes

Pokedex

This is a small project created for the purpose of self learning React Native and development of hypbrid app that can run natively on the web or on mobile devices iOS/Android.

Features

  • Expo CLI: allows us to run the native app locally without worrying about setting up a simulator for the IOS/Andorid.
  • React Native

Install

npm install -g expo-cli

Run

On Web:

yarn start-web

On Mobile

yarn start