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.
npm install
json-server --host <ipaddress> ./db/db.json
- 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