PeterStaev / nativescript-photo-editor

🎨 Easily edit an image in your NativeScript app (crop, draw, etc)
Apache License 2.0
47 stars 15 forks source link

fromFile() deprecation warning on Android #30

Closed bbroereES closed 4 years ago

bbroereES commented 4 years ago

With version 1.1.0, the following deprecation warning appears on Android. fromFile() is deprecated. Use ImageSource.fromFileSync() instead.

bbroereES commented 4 years ago

Sorry, did not see the comment about {N} pre-6 support