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.gitcd hand-washingnpm installYou will also need to install expo-cli:
npm install -g expo-cliSome 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 startTo 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.
