This project is a simple mobil app built with React Native and Expo. The full tutorial is published on my personal blog.
This project requires Node JS and expo-cli to be installed locally. Also, an emulator is required to visualise your project. With expo, you can preview your app in real-time by using Expo Go. Type the following commands in your terminal to ensure you have the right tools installed:
# Check node version
~ » node -v
v16.19.0
# Check expo-cli version
~ » expo --version
6.0.5
To run the app, simply use the following command:
~ » npm expo start