Skip to content

Commit

Permalink
Fix 'Can't find variable: React'
Browse files Browse the repository at this point in the history
Summary:Border example throws "Can't find variable: React" error.

This simply includes React (using old 'require' syntax to keep syntax consistent)
Closes facebook#7194

Differential Revision: D3217714

fb-gh-sync-id: 7ba5251cd64a9bfeceff67a2f8f089e25b3d9465
fbshipit-source-id: 7ba5251cd64a9bfeceff67a2f8f089e25b3d9465
  • Loading branch information
nicholaspsmith authored and ptmt committed May 9, 2016
1 parent 780e052 commit f3b0508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/UIExplorer/BorderExample.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 {
StyleSheet,
Expand Down

0 comments on commit f3b0508

Please sign in to comment.