This is a mobile application built using
- React Native, Expo Go and AppWrite as backend cloud service
This is an Expo project created with create-expo-app
.
-
Install dependencies
npm install
-
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
-
Open an expo go account: https://expo.dev
-
Login to your account
-
install eas cli: https://docs.expo.dev/eas-update/getting-started/
npm install -g eas-cli
-
Run the build for the platform of your choice
eas build -p android eas build -p ios
-
Download the platform executable files, extract them and publish the app to the appropriate app stores.