react-native-macos/packages
Paige Sun 4230de0f58 Modularlize RCTBridgeModule.h 1/n - Move RCTBundleManager.h to its own file in ReactInternal target
Summary:
Changelog: [Internal][iOS] Modularlize RCTBridgeModule.h 1/n -  Move RCTBundleManager.h to its own file in ReactInternal target

# Why clean up RCTBridgeModule.h?
Clean up one unnecessary import of RCTBridgeModule.h.

RCTBridgeModule includes a lot of header files, and this header is imported everywhere. The ultimate goal is that files (especially React Native infra files) should only import only what they need and not import the entirely of RCTBridgeModule.h whenever possible.

This way, certain headers that are Bridge-only can be compiled out of the new architecture with a flag.

The other benefit of splitting up the headers like this is that it'll be much easier for developers to navigate between the .h and .mm files.

Reviewed By: philIip

Differential Revision: D38943262

fbshipit-source-id: 90876324de9fae25bf33c7aef820a32d7c6ce2f8
2022-08-26 17:56:51 -07:00
..
assets Remove redundant js_library_glob calls 2022-07-12 05:20:36 -07:00
babel-plugin-codegen Fix babel-plugin-codegen crash when export init is null (#33387) 2022-03-11 23:24:22 -08:00
eslint-config-react-native-community Bump eslint-config-react-native-community (#34307) 2022-08-01 04:28:08 -07:00
eslint-plugin-react-native-community fix(eslint-config): switch to new babel parser (#34020) 2022-06-21 21:04:42 -07:00
eslint-plugin-specs Update flow-parser for react-native-codegen and eslint-plugin-spec 2022-08-18 11:32:01 -07:00
normalize-color Remove redundant js_library_glob calls 2022-07-12 05:20:36 -07:00
polyfills Suppress missing 'this' annotations in xplat/js 2022-07-07 21:53:53 -07:00
react-native-codegen react-native-code-gen Add Union Type support for C++ TurboModules 2022-08-24 14:47:39 -07:00
react-native-gradle-plugin Bump Gradle to 7.5.1 (#34359) 2022-08-08 04:03:59 -07:00
rn-tester Modularlize RCTBridgeModule.h 1/n - Move RCTBundleManager.h to its own file in ReactInternal target 2022-08-26 17:56:51 -07:00