var {Platform}

This commit is contained in:
Geoffrey Goh
2015-11-25 18:34:42 -08:00
parent ee3b9e6f3b
commit d2cf60598c
5 changed files with 5 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
var Platform = require("react-native").Platform;
var { Platform } = require("react-native");
var Alert;
if (Platform.OS === "android") {