react-native-video/examples/video-caching/index.js

5 lines
138 B
JavaScript
Raw Normal View History

2018-02-28 05:56:43 -07:00
import { AppRegistry, Platform } from "react-native";
import App from "./App";
2018-02-28 05:45:17 -07:00
2018-02-28 05:56:43 -07:00
AppRegistry.registerComponent("VideoCaching", () => App);