diff --git a/example/src/App.tsx b/example/src/App.tsx index 3be6941c..dd7364a0 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import { Button, Dimensions, Platform, StyleSheet, View } from 'react-native'; +import { Button, Dimensions, StyleSheet, View } from 'react-native'; import { VideoView, createSource, useVideoPlayer } from 'react-native-video'; export default function App() { @@ -10,32 +10,39 @@ export default function App() { return ( - {/* */} - {/* Two VideoViews with same player are supported not supported on Android */} - {show && ( - - )} + {show && }