Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 344 Bytes

File metadata and controls

36 lines (23 loc) · 344 Bytes

pixelmap-app

This is the repository for the Pixel Map App. It is a react-native app based on expo.

Installation

The first time one needs to run:

yarn install

For running it on iOS, one needs first to run:

cd ios && pod install

Running the app

expo start

or

yarn android

or

yarn ios