We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46967dd + ed9419f commit 068afeaCopy full SHA for 068afea
index.js
@@ -132,3 +132,6 @@ const Emarsys = {
132
};
133
134
export default Emarsys;
135
+
136
+import { version } from './package.json';
137
+RNEmarsysWrapper.trackCustomEvent('wrapper:init', { type: 'react-native', version })
0 commit comments