Shawn Dempsey
Shawn Dempsey
**Context** - RN MacOS can be built w/ the new Arch - `cd example/macos && RCT_NEW_ARCH_ENABLED=1 pod install` - RN Webview was not working on MacOS since we were not...
**Context** - The import should be prefixed w/ "React" in order for this to be built by Meta build system (BUCK). - Examples: - https://github.com/facebook/react-native/blob/03a51da727022d96f7f9bbc0840b1409121d0429/packages/react-native/React/Fabric/Mounting/ComponentViews/RCTFabricComponentsPlugins.h#L13 - https://github.com/software-mansion/react-native-svg/blob/9f6f6fd40c2cc4de2d117c24cf8a5c5e4bcfc4f9/apple/Shapes/RNSVGRect.mm#L14 - https://github.com/react-native-progress-view/progress-view/blob/f8d4555053120eea1e2b78df1e77cd1addd937bb/ios/Fabric/RNCProgressViewComponentView.mm#L11 -...