From 0d3a21300a57acdfaead2f99c3f61a47231c037a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nishan=20=28o=5E=E2=96=BD=5Eo=29?= Date: Sun, 9 Oct 2022 10:06:16 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d6ae34..828e1b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React Native iOS Live Text Image - +Scans text as well as QRCode. https://user-images.githubusercontent.com/23293248/194712842-bb7f5ab0-7ea4-4b4b-8a55-e17263f8adea.mp4 @@ -10,8 +10,15 @@ https://user-images.githubusercontent.com/23293248/194712842-bb7f5ab0-7ea4-4b4b- # Installation ``` +// yarn yarn add react-native-live-text-image-view +// npm +npm install react-native-live-text-image-view + +``` + +``` cd ios/ && pod install ```