Skip to content

Commit 0bb77b9

Browse files
Fix file path in README
1 parent 8ec48f8 commit 0bb77b9

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
@@ -42,9 +42,9 @@ You can skip steps 1, 2 and 3 if you used `npm`.
4242

4343
1. Download [Razorpay's iOS SDK from here][ios-docs] and unzip it.
4444
2. Delete the `.framework` file from
45-
`path/to/your/project/node_modules/react-native-razorpay`.
45+
`path/to/your/project/node_modules/react-native-razorpay/ios`.
4646
3. Copy the `.framework` file obtained in step 1 to
47-
`path/to/your/project/node_modules/react-native-razorpay`.
47+
`path/to/your/project/node_modules/react-native-razorpay/ios`.
4848
4. Open `path/to/your/project/ios/<your_project>.xcworkspace` or
4949
`path/to/your/project/ios/<your_project>.xcodeproj`
5050
5. Also link the `.framework` file **_directly_ to your project** in Xcode. Check the

0 commit comments

Comments
 (0)