A calming pebble sound app built with Expo React Native. Touching anywhere on the play screen plays a sound and vibrates the device while your finger remains on the screen (up to five seconds). Swiping up exits back to the menu. A snow option is also provided.
- Install Node.js and the Expo CLI:
npm install -g expo-cli@7
- Install dependencies:
npm install
- Start the development server:
npm start
resources/image/pebble.png and resources/sound/pebbles.wav are simple built-in assets.
resources/image/snow.png and resources/sound/snow.wav are also provided as basic examples.
Replace them with your own images and sound files for the best experience.