Запитання 2
Why is `expo-secure-store` preferred over `AsyncStorage` for storing refresh tokens?
Варіанти відповідей
AsyncStorage has a smaller storage size limit than SecureStore
SecureStore is backed by iOS Keychain and Android Keystore, providing OS-level encrypted storage, while AsyncStorage stores data in plaintext
AsyncStorage only works on Android, not iOS
SecureStore is the only storage option that supports JSON objects