[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

@@ -17,11 +17,12 @@
var React = require('react-native');
var {
ActionSheetIOS,
StyleSheet,
Text,
View,
} = React;
var ActionSheetIOS = require('ActionSheetIOS');
var BUTTONS = [
'Button Index: 0',
'Button Index: 1',