We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96dfbfd + 3c54237 commit aeebbfcCopy full SHA for aeebbfc
ios/RNShopify.h
@@ -1,4 +1,12 @@
1
+// import RCTBridgeModule
2
+#if __has_include(<React/RCTBridgeModule.h>)
3
#import <React/RCTBridgeModule.h>
4
+#elif __has_include("RCTBridgeModule.h")
5
+#import "RCTBridgeModule.h"
6
+#else
7
+#import "React/RCTBridgeModule.h" // Required when used as a Pod in a Swift project
8
+#endif
9
+
10
#import "Buy.h"
11
12
@interface RNShopify : UIViewController <RCTBridgeModule, BUYPaymentProviderDelegate>
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-shopify",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "React Native bridge for Shopify Mobile Buy SDK for iOS and Android",
"main": "index.js",
"scripts": {
0 commit comments