apps-sdk 1.0.149 → 1.0.150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "1.0.149",
3
+ "version": "1.0.150",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -168,6 +168,9 @@ class PayWall extends React.Component {
168
168
  eventTrackAction = (data) => {
169
169
  config.DEBUG_MODE && console.debug('eventTrackAction', data);
170
170
  Networking.sendEvent('action', data.eventName, data || {});
171
+ if (data.eventName === 'on_boarding_finished') {
172
+ this.props.onClose();
173
+ }
171
174
  }
172
175
 
173
176
  eventTrackScene = (data) => {