简体   繁体   中英

How to store data inside an iOS-based CMS app?

I want to develop an app, which will store information (text) locally on the phone.

I'm new to iOS development and wanted to find out if there's any internal DB system that is recommended to use to store data or if there's some other solution like AsyncStorage used in conjunction with React Native...

Sorry if the question is a bit general, but I could not make it more specific due to the lack of information I have.

You can use Realm for React Native to store data. It's easy to start ORM database which can be used on Android/iOS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM