mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-18 04:42:45 +00:00
committed by
Nicolas Gallagher
parent
45f94eb43d
commit
8f5e7d4e14
@@ -17,6 +17,7 @@ module.exports = {
|
||||
ColorPropType: true,
|
||||
DatePickerAndroid: true,
|
||||
DatePickerIOS: true,
|
||||
DeviceEventEmitter: true,
|
||||
DeviceInfo: true,
|
||||
Dimensions: true,
|
||||
DrawerLayoutAndroid: true,
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
import RCTDeviceEventEmitter from '../../vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter';
|
||||
export default RCTDeviceEventEmitter;
|
||||
+6
-1
@@ -104,6 +104,9 @@ import TimePickerAndroid from './exports/TimePickerAndroid';
|
||||
import TVEventHandler from './exports/TVEventHandler';
|
||||
import VibrationIOS from './exports/VibrationIOS';
|
||||
|
||||
// plugins
|
||||
import DeviceEventEmitter from './exports/DeviceEventEmitter';
|
||||
|
||||
export {
|
||||
// top-level API
|
||||
createElement,
|
||||
@@ -207,5 +210,7 @@ export {
|
||||
Systrace,
|
||||
TimePickerAndroid,
|
||||
TVEventHandler,
|
||||
VibrationIOS
|
||||
VibrationIOS,
|
||||
// plugins
|
||||
DeviceEventEmitter
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user