File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Purchases.framework also needs to be added to your iOS project. The npm install
17
17
Alternatively you can install the framework via [ CocoaPods] ( https://cocoapods.org/pods/Purchases ) .
18
18
19
19
##### Create a Framework Reference in your project
20
- 1 . Copy ` Purchases.framework ` from the ` RNPurchases ` sub-project and create a reference in the outer project
20
+ 1 . Drag ` Purchases.framework ` from the ` RNPurchases ` sub-project under the libraries section to the outer project and create a reference
21
21
22
22
##### Add iOS Framework to Embedded Binaries
23
23
1 . In Xcode, in project manager, select your app target.
@@ -67,4 +67,4 @@ this.setState({entitlements});
67
67
Purchases .makePurchase (entitlements .pro .monthly .identifier );
68
68
69
69
```
70
-
70
+
You can’t perform that action at this time.
0 commit comments