From a1d3b422bcf967f9012905e2b49efe5e0f63fae7 Mon Sep 17 00:00:00 2001 From: Brian Sztamfater Date: Tue, 15 Aug 2023 13:40:12 -0300 Subject: [PATCH] fix: update README with correct package name --- 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');