From f2376d11c348372efa307dd40daf19a4caca3f87 Mon Sep 17 00:00:00 2001 From: Brian Sztamfater Date: Tue, 15 Aug 2023 13:43:59 -0300 Subject: [PATCH] fix: update README with correct package name (#4) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab813a3..fe2d138 100644 --- a/README.md +++ b/README.md @@ -15,19 +15,19 @@ To achieve best compatibility across different Android devices and versions, ple ## Installation ```sh -npm install react-native-transparent-video +npm install @status-im/react-native-transparent-video ``` or ```sh -yarn add react-native-transparent-video +yarn add @status-im/react-native-transparent-video ``` ## Usage ```js -import TransparentVideo from 'react-native-transparent-video'; +import TransparentVideo from '@status-im/react-native-transparent-video'; const video = require('../assets/video.mp4');