Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.34 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.34 KB

expo-notifications-test

Test project to try expo-notifications package in an expo development build

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

Production local test build

  • 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

Development local test build

  • 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

RELATED ISSUES

DOCUMENTATION