Skip to content

Commit

Permalink
chore: also handle source error in the landscape fullscreen example
Browse files Browse the repository at this point in the history
  • Loading branch information
matamegger committed Jul 27, 2023
1 parent 44ea8a7 commit 2f5de17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/screens/LandscapeFullscreenHandling.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default function LandscapeFullscreenHandling({
onFullscreenEnabled={onEvent}
onFullscreenDisabled={onEvent}
onPlayerError={onError}
onSourceError={onError}
/>
</View>
);
Expand Down

0 comments on commit 2f5de17

Please sign in to comment.