PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

utils.ios.getter() is deprecated; use the respective native property … #241

Closed ishiharas closed 4 years ago

ishiharas commented 4 years ago

This pull requests removes the following deprecated warning:

CONSOLE LOG file:///node_modules/@nativescript/core/utils/native-helper.js:24:0: utils.ios.getter() is deprecated; use the respective native property instead
CONSOLE LOG file:///node_modules/@nativescript/core/utils/native-helper.js:24:0: utils.ios.getter() is deprecated; use the respective native property instead
PeterStaev commented 4 years ago

Hey @ishiharas , thanks for your contribution! Please see to adjust your code so that the CI build passes. Once all in the green I can review and merge your PR.

https://travis-ci.org/github/PeterStaev/NativeScript-Drop-Down/builds/694977739

ishiharas commented 4 years ago

Hey @PeterStaev, I did an update to the previous submission. It looks like everything is now passing without further issues.

https://travis-ci.org/github/PeterStaev/NativeScript-Drop-Down/builds/695236515

PeterStaev commented 4 years ago

Thanks! The updated version is now on npm.