Realm is a mobile database: an alternative to SQLite & key-value stores https://realm.io
Go to file
Ari Lazier bf11885df8 new react example 2015-08-13 10:29:37 -07:00
ReactNative new react example 2015-08-13 10:29:37 -07:00
RealmJS.xcodeproj new react example 2015-08-13 10:29:37 -07:00
examples new react example 2015-08-13 10:29:37 -07:00
src Merge commit '070042894536c87cc3d3c7fdcb62b75e3620dc34' 2015-08-13 09:46:22 -07:00
tests move js work from realm-cocoa-private 2015-08-13 09:12:48 -07:00
.gitignore move js work from realm-cocoa-private 2015-08-13 09:12:48 -07:00
README.md new react example 2015-08-13 10:29:37 -07:00

README.md

RealmJS

RealmJS contains Realm bindings for integrating with mobile apps built using javascript frameworks such as ReactNative and PhoneGap.

ReactNative Setup

  • Create a new ReactNative project react-native init <project-name> and open the generated XCode project.
  • Drag RealmJS.xcodeproj into the Libraries folder in your project.
  • In the target for your application, add libRealmReact.a in the Link Binary with Library build phase.
  • Use Realm in your app.