[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

@@ -16,9 +16,9 @@
'use strict';
var React = require('react-native');
var StyleSheet = require('StyleSheet');
var {
MapView,
StyleSheet,
Text,
TextInput,
View,