Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Dumb Question❓ #22

Closed
zifahm opened this issue Mar 6, 2021 · 3 comments
Closed

A Dumb Question❓ #22

zifahm opened this issue Mar 6, 2021 · 3 comments
Labels
💭 question Further information is requested

Comments

@zifahm
Copy link

zifahm commented Mar 6, 2021

How does the Camera api work in the example app if it does not have "react-native-vision-camera" in its package.json

Just to confirm I even checked inside node_modules and yarn.lock but nope, its not installed in the example app.

Maybe thats why I'm unable to run the Camera api?

@zifahm zifahm added the 💭 question Further information is requested label Mar 6, 2021
@zifahm
Copy link
Author

zifahm commented Mar 6, 2021

Okay just saw this in setting.gradel

include ':camera'
project(':camera').projectDir = new File(rootProject.projectDir, '../../android')

@zifahm zifahm closed this as completed Mar 6, 2021
@mrousavy
Copy link
Owner

mrousavy commented Mar 6, 2021

Hi, the camera package is not installed because it's the same project. You still need to install it on your end. Can you build it now? Did the settings.gradle line fix it?

@zifahm
Copy link
Author

zifahm commented Mar 6, 2021

I tried copying over the android project and doing what the example project did, and still no luck :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💭 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants