React Native - Use camera

0

I would like a help I started a project in which I now need to use the Camera of the mobile. I created the project with create-react-native-app , however I can not find a component or solution using pure JS to use the mobile camera in the application I'm creating.

Could anyone help me?

I have tried to use the react-native-camera component, but from what I've been researching and testing, it needs native code.

Would there be any other solution to create the project besides having to create it with the React Native CLI?

EDIT:

I did not move in any Android configuration, because the project only has JS. Since I used the CRNA to create the project.

    
asked by anonymous 14.08.2018 / 15:53

0 answers