From 23918692ac89e4df8b7cceb0f7f4f1c8441950da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nick=20Smith=20=E2=99=9E?= Date: Sun, 24 Apr 2016 16:26:27 -0700 Subject: [PATCH] Fix 'React not found' issue Summary:Fix React not found by importing React. Closes https://github.com/facebook/react-native/pull/7201 Differential Revision: D3218119 fb-gh-sync-id: 8834df556d8358cfb511dddaf911ac9144c4e1e9 fbshipit-source-id: 8834df556d8358cfb511dddaf911ac9144c4e1e9 --- Examples/UIExplorer/BoxShadowExample.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/UIExplorer/BoxShadowExample.js b/Examples/UIExplorer/BoxShadowExample.js index 0858d36bb..81ed1359b 100644 --- a/Examples/UIExplorer/BoxShadowExample.js +++ b/Examples/UIExplorer/BoxShadowExample.js @@ -13,6 +13,7 @@ */ 'use strict'; +var React = require('react'); var ReactNative = require('react-native'); var { Image,