Blake Friedman
Blake Friedman
## Environment ``` info Fetching system and libraries information... System: OS: macOS 14.5 CPU: (10) arm64 Apple M1 Pro Memory: 317.25 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh...
## Summary Call the @react-native-community/template GHA to trigger a new release when we publish a react-native release. See react-native-community/template#36 for the matching change ## Test Plan Not sure on the...
Summary: Allows Gradle and Xcode builds to continue without the rnc dependency. Differential Revision: D59377223
## Summary The previous scripts to trigger the @react-native-communty/template release workflow has not been working. This is a rewrite is js, along with some testing to make this more robust....
Added the docs for Fabric Native Components, updated to be compatible with 0.76.
The release blog post. This is an early draft that requires community feedback on: - accuracy - glaring omissions Please avoid bike-shedding where possible.
The New Architecture supports running Native Modules and Native Components using interop. Mention that we support running these on the new architecture in most of our legacy docs. Note I've...
### Target Branch(es) 0.76 ### Link to commit or PR to be picked https://github.com/facebook/react-native/pull/47176 ### Description We shipped 0.76 with [iOS documentation](https://reactnative.dev/docs/fabric-native-components-introduction?platforms=ios#:~:text=Codegen%20is%20generating%20a%20line%20in%20the%20RCTThirdPartyFabricComponentsProvider%20that%20it%20should%20not%20generate.%20Remove%20the%20lines%20with%20the%20WebViewCls%20symbol%20in%20the%20RCTThirdPartyFabricComponentsProvider.h%20and%20RCTThirdPartyFabricComponentsProvider.mm%20files.) that creates a Native Component in the app...
### Description Currently [codegen](https://reactnative.dev/docs/next/fabric-native-components-introduction#1-run-codegen) generates `RCTThirdPartyFabricComponents` wrappers with references to the Fabric Components. If these components are inlined in your application, they fail to build (as the they're linked in...