[ReactNative] expose missing haste modules through 'react-native' node module

This commit is contained in:
Philipp von Weitershausen
2015-06-30 18:44:02 -07:00
parent d7ddff7554
commit 14fef6474d
8 changed files with 21 additions and 14 deletions

View File

@@ -15,10 +15,9 @@
*/
'use strict';
var AdSupportIOS = require('AdSupportIOS');
var React = require('react-native');
var {
AdSupportIOS,
StyleSheet,
Text,
View,