Skip to content

Commit

Permalink
docs(readme): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codebayu committed Aug 3, 2024
1 parent 38e8080 commit fd65ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ If you are using React Native CLI, check out [this package](https://github.com/m

View the DemoApp/ directory to see a demo application that implements this library.

## Requirements

- A functioning react-native application that uses react-native-video.
- react-native ~> 16.9
- expo-av ~> 14.0.6

## Installation

```bash
Expand All @@ -28,7 +22,7 @@ yarn add @codebayu/mux-data-expo-av
import app from './package.json'; // this is your application's package.json
import { ResizeMode, Video } from 'expo-av'; // import Video from expo-av like you normally would
import { Platform } from 'react-native';
import muxExpoAv from 'mux-react-native-video-sdk';
import muxExpoAv from '@codebayu/mux-data-expo-av';

// wrap the `Video` component with Mux functionality
const MuxVideo = muxExpoAv(Video);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codebayu/mux-data-expo-av",
"version": "1.0.1",
"version": "1.0.2",
"description": "Mux analytics plugin for expo-av",
"masin": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fd65ba4

Please sign in to comment.