Closed Synax42 closed 3 years ago
You'll want to use this instead for NS7 and beyond. https://www.npmjs.com/package/@nativescript/imagepicker
Thank you so much, and sorry I didn't see that.... I blame having an 8 month old haha. I just didn't notice the addition of the @ in posts. Thanks again.
When attempting to use this plug-in with NativeScript 8, once you add an import or require pointing to this plug-in 3 errors are thrown when compiling for Android and 8 for iOS all relating to core nativescript modules.
Platforms: Both NS/Android: 8.0.0 NS/iOS: 8.0.0
Device: Android S7, iPhone 7
Pull any of the NativeScript 8 templates, install the imagepicker plugin and attempt to reference the plugin on any page and run the app.
I have attempted to reference it both ways: var imagepicker = require("nativescript-imagepicker"); import * as imagepicker from "nativescript-imagepicker";