You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Packages that cannot be autolinked yet can be added manually here, for
44
+
// example:
45
+
packages.add(newCleverTapPackage());// only needed when not auto-linking
46
+
return packages;
47
+
}
49
48
```
50
49
51
50
3.InitialiseClevertapReactNativeIntegration-This adds support for `ClevertapPushNotiificationClicked` from killed state and registers the `ActivityLifecycleCallback`
0 commit comments