Test project to try expo-notifications package in an expo development build
For local builds you must setup your dev environment as stated in Expo and RN documentation. If you use EAS servers, just remove the --local
flag
- Android local production test build
npx eas build --profile production-preview --platform android --clear-cache --local
- iOS local production test build
npx eas build --profile production-preview --platform ios --clear-cache --local
- Android local development build
npx eas build --profile development --platform android --clear-cache --local
- iOS local development build
npx eas build --profile development --platform ios --clear-cache --local