From 93e30214622dc31e89ff7c38adad6b111ef7e09c Mon Sep 17 00:00:00 2001 From: Jageet Mohan J Date: Fri, 9 Dec 2022 16:35:39 +0530 Subject: [PATCH] Updated Readme to update installation steps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94aead1..4d92df4 100644 --- a/README.md +++ b/README.md @@ -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`