Skip to content

Commit

Permalink
Merge pull request #101 from emartech/MV-602-wrapper-init-event
Browse files Browse the repository at this point in the history
feat: add wrapper:init event
  • Loading branch information
eduzatoni authored Jan 24, 2024
2 parents 46967dd + ed9419f commit 068afea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ const Emarsys = {
};

export default Emarsys;

import { version } from './package.json';
RNEmarsysWrapper.trackCustomEvent('wrapper:init', { type: 'react-native', version })

0 comments on commit 068afea

Please sign in to comment.