nedstar72
nedstar72
Try deleting the .xcode.env.local file. I have the wrong path to NODE_BINARY generated in it
Try this patch ``` diff --git a/node_modules/@react-native-community/blur/ios/BlurView.mm b/node_modules/@react-native-community/blur/ios/BlurView.mm index 3d35d8f..709b60f 100644 --- a/node_modules/@react-native-community/blur/ios/BlurView.mm +++ b/node_modules/@react-native-community/blur/ios/BlurView.mm @@ -69,6 +69,17 @@ + (ComponentDescriptorProvider)componentDescriptorProvider return concreteComponentDescriptorProvider(); } +- (void)mountChildComponentView:(UIView *)childComponentView index:(NSInteger)index +{ +...