nstudio / nativescript-plugins

@nstudio/nativescript-* plugin workspace.
Apache License 2.0
52 stars 39 forks source link

Install camera-plus #14

Open wuilmerj24 opened 3 years ago

wuilmerj24 commented 3 years ago

install the camera-plus plugin?

Codex- commented 3 years ago

This does not describe any issue that you are having.

Please explain the issue you are encountering, examples or logs of the problem, anything that can help.

wuilmerj24 commented 3 years ago

@Codex- I try to install the plugin in my ns7 project, but it installed version 3.2.2. Using the instructions that are in nativescript-plugins / packages / nativescript-camera-plus / Screenshot_20210126_012612

matty0005 commented 3 years ago

@Codex- I too am having issues installing the latest version from NPM (3.2.2). I get Module not found: Error: Can't resolve 'tns-core-modules/file-system/file-system' when i run the app, and under closer inspection, it appears as though the NS7 PR you made (and in this repo) have not been applied as all the imports are from tns-core-modules rather than @nativescript/core

NathanWalker commented 3 years ago

We haven’t published a nativescript 7 version of camera plus yet - it’s in progress on this repo and currently just working with some iOS updates.

wuilmerj24 commented 3 years ago

I have a project with angular, which loads the module but does not show the camera and does not generate any error.

MariaC15 commented 3 years ago

I have the same problem

I have a project with angular, which loads the module but does not show the camera and does not generate any error.

ReeceReynolds commented 3 years ago

Following.

PabloChiste commented 3 years ago

I have the same problem

I have a project with angular, which loads the module but does not show the camera and does not generate any error.

Add inside main.ts registerElement("CameraPlus", () => CameraPlus);

In NS7 works fine with android, but iOS need updates