We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c64f81 commit bb84c86Copy full SHA for bb84c86
packages/react-native-web/src/exports/VibrationIOS/index.js
packages/react-native-web/src/index.js
@@ -79,7 +79,6 @@ import Settings from './exports/Settings';
79
import Systrace from './exports/Systrace';
80
import TimePickerAndroid from './exports/TimePickerAndroid';
81
import TVEventHandler from './exports/TVEventHandler';
82
-import VibrationIOS from './exports/VibrationIOS';
83
84
// plugins
85
import DeviceEventEmitter from './exports/DeviceEventEmitter';
@@ -164,7 +163,6 @@ export {
164
163
Systrace,
165
TimePickerAndroid,
166
TVEventHandler,
167
- VibrationIOS,
168
169
DeviceEventEmitter
170
};
0 commit comments