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:
Spencer Ahrens
2017-03-01 17:52:52 -08:00
committed by Facebook Github Bot
parent 18eb7aea97
commit e70cdf0cc1
9 changed files with 12 additions and 8 deletions

View File

@@ -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');