5 lines
138 B
JavaScript
Raw Normal View History

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