react-native-video/examples/video-caching/index.js
2018-02-28 13:56:43 +01:00

5 lines
138 B
JavaScript

import { AppRegistry, Platform } from "react-native";
import App from "./App";
AppRegistry.registerComponent("VideoCaching", () => App);