chore: chore

This commit is contained in:
yungblud 2023-04-13 18:24:02 +09:00
parent 9e9c5ec01a
commit b2bf6f8333

View File

@ -19,7 +19,7 @@ const App = () => {
return (
<View style={{flex: 1}}>
<Video style={{flex:1}} source={{uri: "https://rawgit.com/mediaelement/mediaelement-files/master/big_buck_bunny.mp4"}} />
<Video style={{flex:1, backgroundColor: 'blue'}} source={{uri: "https://rawgit.com/mediaelement/mediaelement-files/master/big_buck_bunny.mp4"}} />
</View>
);
};