TIL more than I wanted to know about expo-secure-store and keychain access. The default setting is to only be accessible when the app is foregrounded, so if any API access tokens are in secure store, you’re blocked from background requests, even by accident (actions queued/triggered during a background)
We’ve needed to make a broad migration to after_first_unlock to keep things workable