realm-js/examples/ReactExample
Scott Kyle e8ea8e493e Fix for linker error when building for iOS 7
By default, React Native projects target a minimum of iOS 7, but our projects were set to iOS 8 because previously we used a dynamic framework.

When building for an iOS 7 minimum target version, the linker would complain about thread local variables not working on iOS 7. So it was necessary to add even more checks (iOS >= 8 or OS X >= 10.7) before using native thread local variables rather than our shim.

This also changes our projects to target iOS 7 so we can catch these issues quicker in the future.
2016-06-27 12:16:35 -07:00
..
android Update projects to React Native 0.27.1 2016-06-07 18:23:11 -07:00
components Update projects to React Native 0.26.2 2016-05-27 11:30:17 -07:00
ios Fix for linker error when building for iOS 7 2016-06-27 12:16:35 -07:00
tests Update projects to React Native 0.26.2 2016-05-27 11:30:17 -07:00
.eslintrc.json Properly configure ESLint for syntax checking 2016-03-16 13:01:38 -07:00
.flowconfig Update projects to React Native 0.27.1 2016-06-07 18:23:11 -07:00
.npmignore new react example 2015-08-13 10:29:37 -07:00
.watchmanconfig android example 2016-01-13 14:29:41 -08:00
index.android.js no message 2016-02-18 15:30:44 -08:00
index.ios.js no message 2016-02-18 15:30:44 -08:00
main.js no message 2016-02-18 15:30:44 -08:00
package.json Update projects to React Native 0.27.1 2016-06-07 18:23:11 -07:00
run-android.sh Explicitly opt-in to building Android module 2016-03-16 13:01:38 -07:00