A React Native app built with the help of Expo. This app takes your name as input and greets you with your geo-location. When you're ready, it will randomly generate a phrase and sweetly play it back to you, along with your name.
NOTE: Turn up the volume of your device!
The Settings Screen is provided by the expo init
project generator when you choose a tabs
managed workflow. We kept this screen with zero modification.
Make sure you have installed the Expo command line tool:
npm install -g expo-cli
And the Expo client for your device OS:
Clone the project and install packages:
git clone https://github.com/rattld/rattle.git && cd rattle && npm install
Now run:
npm start
Below are wiki articles on various topics related to this project. You will find them useful if you are new to React Native/Expo and want to learn more about how this project works.
These initial wireframes drove our design decisions, with few changes made along the way