Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 642 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 642 Bytes

Counter App

Simple React Native app to count things. Built using Expo.

    

The app is available to try in the Expo repository here.

Running

First you need to install Expo:

npm install -g exp

Then install dependencies

npm install

Then start the expo project with

exp start

You can alternatively run it using the Expo IDE.