react-native/scripts
Eloy Durán 19caaba1d5 Fixes current CI failures and allows tree shaking of native dev support code.
Summary:
* The dev support code moved into a `DevSupport` subspec, meaning that only if the subspec is specified in the user’s Podfile will the packager client, dev menu, etc be included. This is mainly done through checks for header availability.

  It also improves the weird situation where you had to specify the `RCTWebSocket` subspec if you wanted to be able to use the packager client during development.

* I removed hardcoding the release version in the podspec on release, because the podspec still relies on `package.json` when evaluating, so there’s no real point in not also getting the version number from there. This should remove any requirement to perform maintenance of the OSS release script regarding the podspec.
Closes https://github.com/facebook/react-native/pull/12602

Differential Revision: D4621021

Pulled By: ericvicenti

fbshipit-source-id: 6c208371fc40ea607809a6ab05dd3714ed9980cf
2017-02-27 14:04:58 -08:00
..
android-e2e-test.js E2e android 2016-04-13 08:20:05 -07:00
bump-oss-version.js Fixes current CI failures and allows tree shaking of native dev support code. 2017-02-27 14:04:58 -08:00
circle-ci-android-setup.sh Updated extra-android-m2repository to get android support v4 23.4.0 2016-12-29 05:43:31 -08:00
objc-test-ios.sh Allow specifying no destination for the uiexplorer test run 2016-11-15 12:58:40 -08:00
objc-test-tvos.sh Apple TV support 4: support for input (tvOS focus engine) 2016-12-19 06:28:40 -08:00
objc-test.sh Add an integration test for WebSocket 2017-01-16 13:28:43 -08:00
process-podspecs.sh Make podspec great again. 2017-02-06 16:30:00 -08:00
publish-npm.js Circle CI releases now work with Java 8 2016-10-28 07:58:52 -07:00
run-android-ci-instrumentation-tests.js Stabilized TestIdTestApp integration test 2016-05-26 13:43:29 -07:00
run-android-emulator.sh Improve Android testing scripts 2016-12-13 17:13:35 -08:00
run-android-local-integration-tests.sh Improve Android testing scripts 2016-12-13 17:13:35 -08:00
run-android-local-unit-tests.sh Improve Android testing scripts 2016-12-13 17:13:35 -08:00
run-ci-e2e-tests.js Apple TV support 6: Add tvOS target to react-native-cli template project 2016-12-30 18:43:59 -08:00
run-instrumentation-tests-via-adb-shell.sh Stabilized TestIdTestApp integration test 2016-05-26 13:43:29 -07:00
sync-css-layout.sh Rename directories 2016-12-07 05:14:12 -08:00
test-manual-e2e.sh Fixed manual e2e test runner script 2016-06-21 05:28:31 -07:00
try-n-times.js RN: Cleanup OSS JS & Flow Declarations 2016-11-20 17:58:29 -08:00
validate-android-device-env.sh Improve Android testing scripts 2016-12-13 17:13:35 -08:00
validate-android-sdk.sh Improve Android testing scripts 2016-12-13 17:13:35 -08:00
validate-android-test-env.sh Improve Android testing scripts 2016-12-13 17:13:35 -08:00