RORK LABJP
PLANS — The official table lists Free as Design mode only, Rork Pro at $20 a month for 100 credits, and Rork Max starting at $200EXPOGO — Running a project in Expo Go during development now requires signing in to the same account from both the CLI and the app. For the moment this applies to iOS only11/01 — Google Play's target API 36 requirement ends on November 1 even for apps granted an extension. Forty-six days remainAPKENV — Change only an EXPO_PUBLIC_ value without touching the JS and Gradle may call the bundle up to date, reusing the previous one. The shipped build can point somewhere unintendedNEW — Before the balance drains faster than expected, read build credits and cloud credits separately. Notes on telling the two apartPLIST — lsapplicationqueriesschemes now returns a 404 in Apple's current documentation. The authoritative page is the archived Launch Services Keys referencePLANS — The official table lists Free as Design mode only, Rork Pro at $20 a month for 100 credits, and Rork Max starting at $200EXPOGO — Running a project in Expo Go during development now requires signing in to the same account from both the CLI and the app. For the moment this applies to iOS only11/01 — Google Play's target API 36 requirement ends on November 1 even for apps granted an extension. Forty-six days remainAPKENV — Change only an EXPO_PUBLIC_ value without touching the JS and Gradle may call the bundle up to date, reusing the previous one. The shipped build can point somewhere unintendedNEW — Before the balance drains faster than expected, read build credits and cloud credits separately. Notes on telling the two apartPLIST — lsapplicationqueriesschemes now returns a 404 in Apple's current documentation. The authoritative page is the archived Launch Services Keys reference
TAG

sign-out

1 articles
Back to all tags
Related:
expo-secure-store1Expo1Android1Rork1
App Dev/2026-09-16Intermediate

The Token I Deleted Came Back After a Restart — Detecting Failed SecureStore Deletes

On Android, getItemAsync can report null right after sign-out while the value is still sitting on disk. Here is how I rewrote a sign-out path that was verifying deletion by reading instead of by the delete result.