This is a simple application to help teach young kids how to effectively wash their hands, built using React Native and Expo.
Clone the repo
https://github.com/SerdarMustafa1/wash-hands.git
cd hand-washing
npm install
You will also need to install expo-cli:
npm install -g expo-cli
Some macOS users encounter issues if they do not have Watchman installed on their machine, so if you are using a Mac we recommend that you install it. Download and install Watchman.
UPDATE --- The server is now running on heroku so you can just follow the instructions for running the app via Expo on your device or an emulator.
Run by using
npm run start || expo start
To run on an iOS simulator, follow the instructions available on the Expo website.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.