mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-05 11:19:34 +00:00
[change] Remove VibrationIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
export default {};
|
|
||||||
-2
@@ -79,7 +79,6 @@ import Settings from './exports/Settings';
|
|||||||
import Systrace from './exports/Systrace';
|
import Systrace from './exports/Systrace';
|
||||||
import TimePickerAndroid from './exports/TimePickerAndroid';
|
import TimePickerAndroid from './exports/TimePickerAndroid';
|
||||||
import TVEventHandler from './exports/TVEventHandler';
|
import TVEventHandler from './exports/TVEventHandler';
|
||||||
import VibrationIOS from './exports/VibrationIOS';
|
|
||||||
|
|
||||||
// plugins
|
// plugins
|
||||||
import DeviceEventEmitter from './exports/DeviceEventEmitter';
|
import DeviceEventEmitter from './exports/DeviceEventEmitter';
|
||||||
@@ -164,7 +163,6 @@ export {
|
|||||||
Systrace,
|
Systrace,
|
||||||
TimePickerAndroid,
|
TimePickerAndroid,
|
||||||
TVEventHandler,
|
TVEventHandler,
|
||||||
VibrationIOS,
|
|
||||||
// plugins
|
// plugins
|
||||||
DeviceEventEmitter
|
DeviceEventEmitter
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user