2

I'm making an app, that implements taking photos or uploading them from gallery. I would like to find out, if it is and how it is possible to add a mask layout for camera view. The result i would like to get is :

The orange border around the camera view.

Is it possible to achieve this with react-native-image-picker ? Docs doesn't provide any answer to this, would appreciate any answers that could help me find a solution, or choose a npm package, that suits my needs :)

Thanks.

1 Answers1

0

You can do it with expo-camera or react-native-camera but I don't know how to do it with react-native-image-picker

Natalia
  • 353
  • 1
  • 3
  • 10