diff --git a/README.md b/README.md index aa75d20..750e660 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

-

The most powerful Camera component for react-native.

+

📸 The Camera library that sees the vision.


Buy Me a Coffee at ko-fi.com
@@ -32,9 +32,9 @@

-1. TODO: Better description -2. TODO: Demo Screenshot from Cuvent - +
+ +
### Install @@ -42,3 +42,19 @@ npm i react-native-vision-camera npx pod-install ``` + +### Example + + +```tsx +function App() { + const device = useCameraDevice('wide-angle') + + return ( + + ) +} +```