Handles the communication to the NativeScript Preview Apps
Перейти к файлу
Fatme 32b5921fcf
fix: `Cannot read property 'toString' of undefined ` error
It is possible a device without version property to be reported from pubnub. 
```
{ 
    deviceId: 'bc065520-718b-4b72-b3aa-ebc4fc72f3c2',
    platform: 'android',
    type: 'device connected'
}
```

This can happen when `preview` app or `playground` app are built incorrectly.
Fix the error above and show an update dialog in this case.
2018-10-03 09:30:54 +03:00
src fix: `Cannot read property 'toString' of undefined ` error 2018-10-03 09:30:54 +03:00
.gitignore chore: rename preview-app-versions.json to preview-app-versions.js in order to import the file both from nodejs and in browser. 2018-09-20 08:43:57 +03:00
.npmignore chore: fix npm and git ignore files 2018-08-13 11:40:27 +03:00
LICENSE chore: add a license file 2018-09-03 11:31:40 +03:00
README.md refactor: move the minimum app version from the playground to the SDK 2018-08-09 18:05:31 +03:00
package-lock.json Update package-lock.json 2018-10-02 12:46:11 +03:00
package.json Update version 2018-10-02 12:44:46 +03:00
tsconfig.json * Set declaration: true inside tsconfig in order to generate definition files 2018-08-15 14:08:42 +03:00

README.md

nativescript-preview-sdk

Handles the communication to the NativeScript Preview Apps. Used by the NativeScript Playground and CLI.