Initialize VideoCaching project
This commit is contained in:
4
examples/video-caching/index.js
Normal file
4
examples/video-caching/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import { AppRegistry } from 'react-native';
|
||||
import App from './App';
|
||||
|
||||
AppRegistry.registerComponent('VideoCaching', () => App);
|
||||
Reference in New Issue
Block a user