mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 13:03:08 +08:00
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
This commit is contained in:
committed by
Facebook Github Bot 5
parent
475f1b5796
commit
23918692ac
@@ -13,6 +13,7 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var React = require('react');
|
||||
var ReactNative = require('react-native');
|
||||
var {
|
||||
Image,
|
||||
|
||||
Reference in New Issue
Block a user