mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-05 23:06:14 +00:00
5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
import { AppRegistry, Platform } from "react-native";
|
|
import App from "./App";
|
|
|
|
AppRegistry.registerComponent("VideoCaching", () => App);
|