diff --git a/Docs/RN_ExpoInstallation.md b/Docs/RN_ExpoInstallation.md index 97cb360a..709fafea 100644 --- a/Docs/RN_ExpoInstallation.md +++ b/Docs/RN_ExpoInstallation.md @@ -27,8 +27,15 @@ expo install react-native-appsflyer ], ... ``` - -4. ___optional___ If you are developing a kids app and you wish to use our strict mode, you should add `"shouldUseStrictMode": true` as followed: +4. ___optional___ If you want SKAdNetwork tracking, add AppsFlyer postbacks to the infoPlist configuration +5. ``` + ios: { + infoPlist: { + NSAdvertisingAttributionReportEndpoint:'https://appsflyer-skadnetwork.com/', + } + } + ``` +6. ___optional___ If you are developing a kids app and you wish to use our strict mode, you should add `"shouldUseStrictMode": true` as followed: ``` ... "plugins": [