- Download
Expo
app on your phone (ios/android). - Run the program using this link.
- Clone the repository
- Run
npm install
. - Run
npm start
or open the folder using Expo XDE.
This is created with create-react-native-app. If you have any trouble running npm start
, checkout their docs or git repository.
- Add more stages.
- Can apple be reached in the middle of running commands or just at the end?
- Orientation Bug: open camera => change to portrait => go back to game => game is now in portrait not landscape.
- Accessibility feature and voice-assistant from Expo SDK overlap each other.
- Make rotation sound symmetrical.
- Animate rotation.
- Play audio synchronously? If not, there might be overlap when you play long audio.
- General structure change (use more redux)