Avindu Hewa
Avindu Hewa

Reputation: 1788

how to react-Native deep link to open native camera app?

I want to open the native camera app from a react-native app but it doesn't have any connection to the react-native app. it should run separately if triggered

Upvotes: 3

Views: 869

Answers (1)

Akshay Darji
Akshay Darji

Reputation: 111

React-Native do not give inbuilt support for camera module. You might like to use react-native-camera module for this. It is the most popular and highly customisable library for using camera module in React-Native.

Upvotes: 1

Related Questions