Skip to content

Instantly share code, notes, and snippets.

@wzulfikar
Last active January 28, 2026 09:03
Show Gist options
  • Select an option

  • Save wzulfikar/918c1c15d981f5a63d54b71700b60acf to your computer and use it in GitHub Desktop.

Select an option

Save wzulfikar/918c1c15d981f5a63d54b71700b60acf to your computer and use it in GitHub Desktop.
Devlogs
  1. Set up devlogs gist blog
  2. Set up Expo push notification in iOS and Android mobile
  3. Set up APP_VARIANT for Expo app (development, preview, production) mobile
  4. Test send Expo push notification from Node back end web
  5. Found 2 important docs site for Expo: Expo Docs, Ignite Docs mobile
  6. Set up satisfies.dev blog
  7. Used Expo Orbit to install eas build output into simulator and emulator mobile
  8. Created docs/agents/agents-ios-qa.md to instruct AI agent to use axe command for iOS automation mobile
  9. Exploring kanban again for daily tasks. Tried Trello, terrible (janky, crowded). Todoist seems good (desktop, mobile app).
  10. Todoist MCP works great with Zed ♥️
  11. Submit Expo iOS app to TestFlight
  12. Submit update to TestFlight (click "Update" in TestFlight to update the app)
  13. Fixed EAS OTA update not sent because "channel" field is not set in build profile in eas.json
  14. Fix local and EAS build error because of missing Sentry token. Solution: logged in using sentry-cli for local build, and set the SENTRY_AUTH_TOKEN environment variable in Expo dashboard for EAS build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment