v6.0.0
BREAKING CHANGE: The dependency to the nativescript-ui-listview
plugin is removed and for iOS the QBImagePicker cocoa pod is used. Now the plugin supports some new features, fixes some bugs and looks super native for iOS. You can remove any dependencies to nativescript-pro-ui
, nativescript-ui-listview
, etc. in case you've added them in your app specifically for this plugin. Also the options doneText, cancelText, albumsText, newestFirst and the methods cancel() and done() are no longer applicable. The image picker now returns the basic {N} ImageAsset class (and not custom asset as before).