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
We don't currently have a way to do this right now. The old library was just a wrapper over the Analytics.iOS/Android libraries whereas v2 was written with RN in mind from the start so we don't have yet exposed methods to the native side.
But this is a good idea. I can see the value here. We will put this in our roadmap!
Summary
Is there a way to expose some modules from the iOS native part of the app from Swift or ObjectiveC?
Pre-2.0 version I was able to achieve that with
The workaround seems to add Analytics for iOS separately. Is there a good way to share identity between 2 clients?
Proposed Solution
Expose some of the javascript methods so they can be called from ObjectiveC or Swift side of the app.
The text was updated successfully, but these errors were encountered: