This is an Expo project created with create-expo-app
. This was a part of me learning React Native for Android App Development.
-
Clone the Repo
git clone https://github.com/GJaswin/LMSApp
-
Install dependencies
npm install
-
You will need a Udemy API key to fetch your own data. Follow the instruction here to obtain your own API key.
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo