await SecureStore.getItemAsync('key') freezes randomly on Android

Hello!

From approximately 5000 users 1% are experiencing await SecureStore.getItemAsync(‘key’) freezing inside an async function. When the ‘key’ does not exist in SecureStore the await continues correctly with a null value, but for some users the await process freezes completely.

After resetting the key getItemAsync works fine.

This happens with the newest SDK49 and expo-secure-store ~12.3.1.

Has anyone experienced this problem?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.