mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-23 15:45:12 +00:00
fix: move basic sample to typescript
This commit is contained in:
5
examples/basic/index.js
Normal file
5
examples/basic/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import VideoPlayer from './VideoPlayer';
|
||||
|
||||
import { AppRegistry } from 'react-native';
|
||||
|
||||
AppRegistry.registerComponent('VideoPlayer', () => VideoPlayer);
|
||||
Reference in New Issue
Block a user