mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff integrates DeviceConfig into ReactNativeConfig used by ReactNativePanelApps. The goal is to be able to control Fabric MCs using GKs and QEs in RN VR apps I did an audit of the MCs that were used by RNPanelApps: ``` "react_fabric:enabled_android_fabric_logs": -> will get data from GK (disabled by default) "react_fabric:disable_virtual_node_preallocation": -> does not exist in code anymore "react_fabric:enable_early_event_emitter_update": -> will get data from MC (disabled using static value) "react_fabric:enable_background_executor_android": -> does not exist in code anymore "react_fabric:enable_props_forwarding_android": -> does not exist in code anymore "react_fabric:remove_outstanding_surfaces_on_destruction_android": -> will get data from MC static value (ENABLED using static value) "react_fabric:enable_large_text_measure_cache_android": -> will get data from MC default value (ENABLED by default) ``` changelog: [internal] internal Reviewed By: JoshuaGross Differential Revision: D33898210 fbshipit-source-id: 0ea1e0e2fc15929bec328f7dcc9410efa9925b34
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.