Kizspy Question: 3
(Choose 1 answer)
Which of the following statements about the persistence mechanism of AsyncStorage in React Native is true?
A. AsyncStorage uses a SQLite database to store key-value pairs on both iOS and Android
B. AsyncStorage is an unencrypted, asynchronous, persistent, key-value storage system that is global to the
app
C. AsyncStorage stores data in a secure, encrypted format by default
D. AsyncStorage automatically synchronizes stored data across devices using a cloud service