mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-06 09:31:11 +08:00
add to RN OSS package.
Summary: Also fix some bugs with fbjs requires. Reviewed By: mkonicek Differential Revision: D4635805 fbshipit-source-id: b0663b727632fe5784f1caa1ff20b160a82a3931
This commit is contained in:
committed by
Facebook Github Bot
parent
18eb7aea97
commit
e70cdf0cc1
@@ -26,12 +26,12 @@
|
||||
const React = require('react');
|
||||
const ReactNative = require('react-native');
|
||||
const {
|
||||
FlatList,
|
||||
StyleSheet,
|
||||
Text,
|
||||
View,
|
||||
} = ReactNative;
|
||||
|
||||
const FlatList = require('FlatList');
|
||||
const UIExplorerPage = require('./UIExplorerPage');
|
||||
|
||||
const infoLog = require('infoLog');
|
||||
|
||||
Reference in New Issue
Block a user