'Disable' example for non iOS devices

This commit is contained in:
Laurin Quast
2018-02-28 13:56:43 +01:00
parent 159dd15f0e
commit 8b010f81c5
3 changed files with 45 additions and 37 deletions

View File

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