Merge pull request #5031 from theMuhammadKhalid/patch-1

Add react native storage copy
pull/5392/head
dsh 5 months ago committed by GitHub
commit 8cb38d3c3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      src/data/roadmaps/react-native/content/111-security/102-storage.md

@ -1 +1,10 @@
# Storage
React Native provides a few ways to persist data locally in the app. Here's a brief summary of the storage options available:
- Async Storage
- Expo Secure Store
- Expo File System
- Expo SQLite
Choose the storage option that best fits your app's requirements and use cases. Keep in mind that AsyncStorage and SecureStorage are more suited for small-scale data storage, while Realm and SQLite support more complex storage and querying needs.

Loading…
Cancel
Save