realm-js/examples/ReactNativeBenchmarks
Scott Kyle 02b81ac056 Convert RealmReact to be a static library
We needed to do this due to the way React Native modules work. Our hacky solution for using a framework ended up falling apart due to it relying on symbols not getting stripped from the main application.

This static library is in its own Xcode project because rnpm links in *all* static libraries from a given Xcode project.
2016-03-23 10:50:19 -07:00
..
android Update ReactNativeBenchmarks to React Native 0.21 2016-03-04 13:31:14 -08:00
ios Convert RealmReact to be a static library 2016-03-23 10:50:19 -07:00
.eslintrc.json Properly configure ESLint for syntax checking 2016-03-16 13:01:38 -07:00
.flowconfig Update ReactNativeBenchmarks to React Native 0.21 2016-03-04 13:31:14 -08:00
.watchmanconfig start of benchmarks 2016-02-15 13:02:25 -08:00
benchmarks.js fix for examples 2016-02-17 21:23:43 -08:00
index.android.js share code 2016-02-15 13:52:38 -08:00
index.ios.js share code 2016-02-15 13:52:38 -08:00
package.json Update ReactNativeBenchmarks to React Native 0.21 2016-03-04 13:31:14 -08:00
run-android.sh Explicitly opt-in to building Android module 2016-03-16 13:01:38 -07:00