We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6804d4b commit 0817e73Copy full SHA for 0817e73
1 file changed
demos/appsflyer-react-native-app/components/AppsFlyer.js
@@ -24,6 +24,7 @@ export function AFInit() {
24
}
25
appsFlyer.setAppInviteOneLinkID('oW4R');
26
appsFlyer.initSdk(initOptions, null, null);
27
+
28
29
30
// Sends in-app events to AppsFlyer servers. name is the events name ('simple event') and the values are a JSON ({info: 'fff', size: 5})
0 commit comments