I have an issue about storing data inside a mobile application? I know we can store our data locally using Async Storage. But the storage space is mush smaller in async storage.
My question is, there are mobile apps which we can use without internet connection. But there are huge amount of data such as, text data, imgae data etc inside that app. What are the options we have to implement that kind of application using react native?
CodePudding user response:
You can use local databases like SQLite
, Realm (MongoDB)
CodePudding user response:
React native sync storage is a good option. Follow this link