From 1a3707ff168ca4c9dcf3a511165dd430b79b5bb7 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Sat, 20 Feb 2021 16:45:10 +0100 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) 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 ( + + ) +} +```