Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions Docs/RN_ExpoInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Loading