Skip to content

tsuyoyo/gomi-calendar-app-rn

Repository files navigation

Dev notes

How to update OSS License

$ license-checker --production  --json --out ./licenses.json

How to build the development binary

$ eas build -p android --profile development

EAS tips

Note to submit Android app

https://docs.expo.dev/submit/android/

Build a binary on EAS

$ eas build --profile production --platform android
  • Then, a build process is triggered on the EAS.

Build an APK on the local machine

$ eas build --profile emulator --platform android --local
  • "emulator" is a profile defined in eas.json.

Guide to submit Android app

  • Note: In the first time, we have to upload a binary to Google play console manually. This is the guide for it.

Issues

Notification icon on Android wasn't shown properly

<meta-data android:name="expo.modules.notifications.default_notification_color" android:resource="@color/notification_icon_color"/>
<meta-data android:name="expo.modules.notifications.default_notification_icon" android:resource="@drawable/notification_icon"/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published