Skip to content

Commit 63978f1

Browse files
authored
Update README.md
1 parent d99fde7 commit 63978f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Purchases.framework also needs to be added to your iOS project. The npm install
1717
Alternatively you can install the framework via [CocoaPods](https://cocoapods.org/pods/Purchases).
1818

1919
##### 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
2121

2222
##### Add iOS Framework to Embedded Binaries
2323
1. In Xcode, in project manager, select your app target.
@@ -67,4 +67,4 @@ this.setState({entitlements});
6767
Purchases.makePurchase(entitlements.pro.monthly.identifier);
6868

6969
```
70-
70+

0 commit comments

Comments
 (0)