How to get the video
details using document.getElementById
, is it possible in react-native
. Cna we use refs
here
i'm new to react native please help me thanks in advance
const videoDetails = document.getElementByid("video")
<View style={{ flex: 1, alignItems: 'center', justifyContent: 'center' }}>
<Video id ="video" source={{uri: "background"}} style= {styles.backgroundVideo} />
</View>