Simple Pomodoro Timer with React Native and Expo.
- You may not import libraries other than the below:
expo
react
react-native
prop-types
Timer should display minutes and seconds in text
- Timer should count down seconds until it reaches 00:00
- Phone should buzz when timer reaches 0
- Timers should switch between 25 and 5 minutes
- Timer should be able to start, stop, and reset
The aesthetics of the app is up to you!
- Allow the user to input any arbitrary time for the timers (e.g. 5 mins of work time and 5 mins of break)