Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Fix 'React not found' issue
Browse files Browse the repository at this point in the history
Summary:Fix React not found by importing React.
Closes facebook#7201

Differential Revision: D3218119

fb-gh-sync-id: 8834df556d8358cfb511dddaf911ac9144c4e1e9
fbshipit-source-id: 8834df556d8358cfb511dddaf911ac9144c4e1e9
  • Loading branch information
nicholaspsmith authored and Facebook Github Bot 5 committed Apr 24, 2016
1 parent 475f1b5 commit 2391869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/UIExplorer/BoxShadowExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
'use strict';

var React = require('react');
var ReactNative = require('react-native');
var {
Image,
Expand Down

0 comments on commit 2391869

Please sign in to comment.