Skip to content

Commit

Permalink
Updated Readme to update installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jageet committed Dec 9, 2022
1 parent e8789cb commit 93e3021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ React Native wrapper for Sift [iOS](https://github.com/SiftScience/sift-ios) an
No additional setup is required

### iOS React Native 0.60.0 or above

Mostly autolinking will do the job. If manual linking is required, please follow the below steps:
1. Insert the following line in Podfile where new pods are added:
`pod 'sift-react-native', :path => '../node_modules/sift-react-native'`
2. Navigate to the ios directory of the project via terminal and run `pod install`
Expand Down

0 comments on commit 93e3021

Please sign in to comment.