Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 522 Bytes

React Native event countdown

A simple countdown application built to get to grips with React Native and Expo.

to start the application:

You will need to have Expo client installed on your mobile device.

  1. npm install
  2. json-server --host <ipaddress> ./db/db.json
  3. In a separate terminal window run npm start

Note: 13/02/2020 - Github has currently flagged a potential security vulnerability and it is currently being worked on by the React Native team facebook/react-native#27309