Files
react-native-video/example/index.js
2025-01-22 23:18:23 +01:00

10 lines
191 B
JavaScript

/**
* @format
*/
import { AppRegistry } from 'react-native';
import { name as appName } from './app.json';
import App from './src/App';
AppRegistry.registerComponent(appName, () => App);