realm-js/tests/react-test-app
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
ios Fix for linker error when building for iOS 7 2016-06-27 12:16:35 -07:00
tests Fix for failed test stopping tests in ReactTestsApp 2016-06-14 16:57:50 -07:00
.eslintrc.json Factor out some common code in React tests 2016-05-26 15:47:30 -07:00
.flowconfig Update projects to React Native 0.27.1 2016-06-07 18:23:11 -07:00
.gitignore Git ignore Android test XML output 2016-03-16 13:33:59 -07:00
.watchmanconfig move everything/rename to make room for android 2015-11-30 11:23:29 -08:00
index.android.js Allow React tests to be async 2016-06-13 17:24:43 -07:00
index.ios.js Factor out some common code in React tests 2016-05-26 15:47:30 -07: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