Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I access the phone's camera with React Native iOS? [closed]

I've been playing around with React Native and I'm confused about what I do to access the camera.

What is the standard way to access the camera on a phone with React Native under iOS?

like image 548
spitfire109 Avatar asked Mar 27 '15 20:03

spitfire109


Video Answer


1 Answers

lwansbrough on github has packaged a camera bridge for react native.

https://github.com/lwansbrough/react-native-camera

However, as stated in document,

This module is currently in the very early stages of development

like image 87
qsun Avatar answered Oct 24 '22 18:10

qsun