diff --git a/Libraries/Components/Touchable/TouchableNativeFeedback.ios.js b/Libraries/Components/Touchable/TouchableNativeFeedback.ios.js index 9b7ff5e7e..c624cb7fd 100644 --- a/Libraries/Components/Touchable/TouchableNativeFeedback.ios.js +++ b/Libraries/Components/Touchable/TouchableNativeFeedback.ios.js @@ -15,6 +15,11 @@ var Text = require('Text'); var View = require('View'); class DummyTouchableNativeFeedback extends React.Component { + static SelectableBackground = () => ({}); + static SelectableBackgroundBorderless = () => ({}); + static Ripple = () => ({}); + static canUseNativeForeground = () => false; + render() { return (