Skip to content

Commit

Permalink
Remove VibrationIOS
Browse files Browse the repository at this point in the history
Summary: This module has been deprecated for two years. There is `Vibration`, backed by the same native module, with cross platform support.

Reviewed By: rickhanlonii

Differential Revision: D14080979

fbshipit-source-id: 7bf60cfdca9517c6858b3c7f8a2b16eab0ce8e80
  • Loading branch information
cpojer authored and facebook-github-bot committed Feb 14, 2019
1 parent a5ae7f5 commit caf85d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.
25 changes: 0 additions & 25 deletions Libraries/Vibration/VibrationIOS.android.js

This file was deleted.

44 changes: 0 additions & 44 deletions Libraries/Vibration/VibrationIOS.ios.js

This file was deleted.

3 changes: 0 additions & 3 deletions Libraries/react-native/react-native-implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@ module.exports = {
get Vibration() {
return require('Vibration');
},
get VibrationIOS() {
return require('VibrationIOS');
},
get YellowBox() {
return require('YellowBox');
},
Expand Down

0 comments on commit caf85d4

Please sign in to comment.