'Disable' example for non iOS devices
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user