mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-13 09:20:15 +08:00
[ReactNative] expose missing haste modules through 'react-native' node module
This commit is contained in:
@@ -21,6 +21,7 @@ var {
|
||||
ListView,
|
||||
PixelRatio,
|
||||
Platform,
|
||||
Settings,
|
||||
StyleSheet,
|
||||
Text,
|
||||
TextInput,
|
||||
@@ -29,7 +30,6 @@ var {
|
||||
} = React;
|
||||
|
||||
var { TestModule } = React.addons;
|
||||
var Settings = require('Settings');
|
||||
|
||||
import type { ExampleModule } from 'ExampleTypes';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user