Mobilecn-UI / nativecn-ui

Beautiful and customizable React Native components
https://nativecn.mintlify.app
MIT License
931 stars 47 forks source link

New component: Camera #13

Closed okalil closed 7 months ago

okalil commented 7 months ago

Hello, guys. I'm happy that shadcn idea has reached React Native community, and I would like to suggest a few more components that are very commonly used in native mobile apps.

Contribution: new Camera component

The amazing Expo SDK already provides a cool component to access device's camera. However it will not be styled by default, and we need to customize our CameraView based on our app needs, sometimes including capture button, flash button, flip button, among other visual elements. The idea here is to provide a wrapper around expo camera that already include those elements, with sensible defaults, that we can then customize inside our app as necessary

Implementation details:

The foundation is Expo Camera, other buttons and elements can be implemented with Pressable and View.