mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
0bd5239553
Summary: This PR tries to simplify the `use_flipper` logic: - makes `use_flipper` a configuration inside `use_react_native`'s options - uses the already present `production` flag in the `use_react_native`'s options to decide if add or not the Flipper pods - Simplifies the logic to download the flipper dependencies This PR also adds a workaround for https://github.com/facebook/react-native/issues/33764 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [iOS] [Changed] - Move `use_flipper` logic inside `use_react_native` and simplify the Flipper dependencies logic Pull Request resolved: https://github.com/facebook/react-native/pull/33882 Test Plan: Executed a pod install with and without flipper and with isProduction true Reviewed By: cipolleschi Differential Revision: D36592338 Pulled By: f-meloni fbshipit-source-id: 3c3f773151513e27e251f18865986e942a96ffd9 |
||
---|---|---|
.. | ||
__tests__ | ||
circleci | ||
cocoapods | ||
codegen | ||
hermes | ||
react_native_pods_utils | ||
versiontemplates | ||
xcode | ||
.packager.env | ||
.tests.env | ||
android-e2e-test.js | ||
android-setup.sh | ||
bump-oss-version.js | ||
compose-source-maps.js | ||
download-kotlin-compiler-with-buck.sh | ||
find-node-for-xcode.sh | ||
generate-api-docs.js | ||
generate-artifacts.js | ||
generate-provider-cli.js | ||
generate-specs-cli.js | ||
ios-configure-glog.sh | ||
launchPackager.bat | ||
launchPackager.command | ||
lint-java.js | ||
node-binary.sh | ||
objc-test.sh | ||
packager-reporter.js | ||
packager.sh | ||
prepare-package-for-release.js | ||
process-podspecs.sh | ||
publish-npm.js | ||
react_native_pods.rb | ||
react-native-xcode.sh | ||
run_ruby_tests.sh | ||
run-android-ci-instrumentation-tests.js | ||
run-android-emulator.sh | ||
run-android-local-integration-tests.sh | ||
run-android-local-unit-tests.sh | ||
run-ci-e2e-tests.js | ||
run-ci-javascript-tests.js | ||
run-instrumentation-tests-via-adb-shell.sh | ||
set-rn-template-version.js | ||
set-rn-version.js | ||
sync-css-layout.sh | ||
test-manual-e2e.sh | ||
try-n-times.js | ||
update_podfile_lock.sh | ||
update-ruby.sh | ||
validate-android-device-env.sh | ||
validate-android-sdk.sh | ||
validate-android-test-env.sh | ||
validate-ios-test-env.sh | ||
version-utils.js |