diff --git a/ios/NewArch/GooglePayButtonComponentView.mm b/ios/NewArch/GooglePayButtonComponentView.mm new file mode 100644 index 000000000..5338e0875 --- /dev/null +++ b/ios/NewArch/GooglePayButtonComponentView.mm @@ -0,0 +1,9 @@ +#import +#import + +// On older versions of react-native every single spec is linked so we need +// to include a dummy implementation to avoid linker errors. +Class GooglePayButtonCls(void) +{ + return RCTViewComponentView.class; +}