This article will guide you through building Expo application for deployment to GPC and Test Flight
If you dont have expo-dev-client you need to install it for development builds:
npx expo install expo-dev-client
-
Create eas account on https://expo.dev/eas
-
install eas globally on your machine
npm install -g eas-cli