Skip to content

Commit

Permalink
Merge pull request #337 from apivideo/reactnative-player-full-screen-…
Browse files Browse the repository at this point in the history
…improvements

[SDK README - api.video-reactnative-player] Fullscreen improvements
  • Loading branch information
olivier-lando authored Jul 31, 2024
2 parents c79213c + 33e62b1 commit a2577a2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sdks/player/apivideo-react-native-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type PlayerProps = {
onEnded?: () => void;
onError?: () => void;
onFirstPlay?: () => void;
onFullScreenChange?: () => void;
onFullScreenChange?: (isFullScreen: boolean) => void;
onPause?: () => void;
onPlay?: () => void;
onPlayerResize?: () => void;
Expand All @@ -107,8 +107,6 @@ setVolume(volume: number): void;
```

### Using methods


```jsx
import React, { Component } from 'react';
import ApiVideoPlayer from '@api.video/react-native-player';
Expand All @@ -134,8 +132,6 @@ export default class App extends Component {
```




## FAQ
If you have any questions, ask us here: https://community.api.video .
Or use [Issues].
Expand Down

0 comments on commit a2577a2

Please sign in to comment.