/** * Sample React Native App * https://github.com/facebook/react-native * * Generated with the TypeScript template * https://github.com/react-native-community/react-native-template-typescript * * @format */ import React, {type PropsWithChildren} from 'react'; import { StyleSheet, View, } from 'react-native'; import Video from 'react-native-video' const App = () => { return ( ); }; export default App;