I am rewriting my app for iOS using react-native in order to support both Android and iOS platforms.
I have tried Realm as a database and have faced with lack of unicode support for react-native.
On iOS I used core data and everything was ok.
Are there any database for react-native with unicode support?
What is usual/useful pattern when introducing a database to a cross-platform mobile application? Should I add it on the highest level, for all platforms, or should I do it separately for each platform?
Update:
Realm team officially told me that there is no unicode support for react-native(https://forums.realm.io/t/issue-with-requests-containing-unicode-characters/994?u=spineight)