gomarketme-react-native 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
### npm
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
npm install gomarketme-react-native@5.0.
|
|
13
|
+
npm install gomarketme-react-native@5.0.2
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
### Yarn
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
yarn add gomarketme-react-native@5.0.
|
|
19
|
+
yarn add gomarketme-react-native@5.0.2
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
### pnpm
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
pnpm add gomarketme-react-native@5.0.
|
|
25
|
+
pnpm add gomarketme-react-native@5.0.2
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
|
|
@@ -47,7 +47,7 @@ useEffect(() => {
|
|
|
47
47
|
}, []);
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
Replace `API_KEY` with your actual GoMarketMe API key. You can find it
|
|
50
|
+
Replace `API_KEY` with your actual GoMarketMe API key. You can find it during onboarding or in **Profile > [API Key](https://gomarketme.net/marketer/profile/#account-settings)**.
|
|
51
51
|
|
|
52
52
|
### Alternative Step 1/3: Programmatic Affiliate Marketing
|
|
53
53
|
|
|
@@ -8,7 +8,21 @@
|
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
9
|
<string>GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-
|
|
11
|
+
<string>ios-arm64</string>
|
|
12
|
+
<key>LibraryPath</key>
|
|
13
|
+
<string>GoMarketMeAppleCoreKit.framework</string>
|
|
14
|
+
<key>SupportedArchitectures</key>
|
|
15
|
+
<array>
|
|
16
|
+
<string>arm64</string>
|
|
17
|
+
</array>
|
|
18
|
+
<key>SupportedPlatform</key>
|
|
19
|
+
<string>ios</string>
|
|
20
|
+
</dict>
|
|
21
|
+
<dict>
|
|
22
|
+
<key>BinaryPath</key>
|
|
23
|
+
<string>GoMarketMeAppleCoreKit.framework/Versions/A/GoMarketMeAppleCoreKit</string>
|
|
24
|
+
<key>LibraryIdentifier</key>
|
|
25
|
+
<string>ios-arm64_x86_64-maccatalyst</string>
|
|
12
26
|
<key>LibraryPath</key>
|
|
13
27
|
<string>GoMarketMeAppleCoreKit.framework</string>
|
|
14
28
|
<key>SupportedArchitectures</key>
|
|
@@ -19,21 +33,24 @@
|
|
|
19
33
|
<key>SupportedPlatform</key>
|
|
20
34
|
<string>ios</string>
|
|
21
35
|
<key>SupportedPlatformVariant</key>
|
|
22
|
-
<string>
|
|
36
|
+
<string>maccatalyst</string>
|
|
23
37
|
</dict>
|
|
24
38
|
<dict>
|
|
25
39
|
<key>BinaryPath</key>
|
|
26
40
|
<string>GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit</string>
|
|
27
41
|
<key>LibraryIdentifier</key>
|
|
28
|
-
<string>ios-
|
|
42
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
29
43
|
<key>LibraryPath</key>
|
|
30
44
|
<string>GoMarketMeAppleCoreKit.framework</string>
|
|
31
45
|
<key>SupportedArchitectures</key>
|
|
32
46
|
<array>
|
|
33
47
|
<string>arm64</string>
|
|
48
|
+
<string>x86_64</string>
|
|
34
49
|
</array>
|
|
35
50
|
<key>SupportedPlatform</key>
|
|
36
51
|
<string>ios</string>
|
|
52
|
+
<key>SupportedPlatformVariant</key>
|
|
53
|
+
<string>simulator</string>
|
|
37
54
|
</dict>
|
|
38
55
|
</array>
|
|
39
56
|
<key>CFBundlePackageType</key>
|
package/package.json
CHANGED
|
Binary file
|