Shiva Prasad

Results 133 comments of Shiva Prasad

@mailiam excellent! Can you please make a PR for this :)

@jannomeister this was released as `[email protected]`

@panagulis72 Can you provide more details on this to @mailiam, because he worked on this.

@mailiam I can confirm that @kdagnan is right. 1.0.6 seems to break existing functionality I had to revert to 1.0.5 in my own app as well can you check this?

@CoooWeee Open node_modules/nativescript-imagecropper/platforms/android/AndroidManifest.xml ```xml ``` ^ remove the `android:requestLegacyExternalStorage="true"` part from there. Then run tns platform clean android tns run android let me know if it works for you. @jitendraashutec...

@CoooWeee I'll pack a plugin without that flag and post it here, you can install that and let me know how it goes.

[nativescript-imagecropper-2.0.0.tgz.zip](https://github.com/bthurlow/nativescript-imagecropper/files/3799477/nativescript-imagecropper-2.0.0.tgz.zip) first unzip this file to get `nativescript-imagecropper-2.0.0.tgz` place this file in the root of your project and run `tns plugin add ./nativescript-imagecropper-2.0.0.tgz` you'll have to keep this file in...

https://github.com/bthurlow/nativescript-imagecropper/issues/49#issuecomment-569754913

https://github.com/bthurlow/nativescript-imagecropper/issues/49#issuecomment-570948851

Yes it's good to go. Jit will take care of migrating the native lib. But with that being said, we could update the native lib to androidx version. PRs welcome...