diff --git a/Examples/UIExplorer/LinkingExample.js b/Examples/UIExplorer/LinkingExample.js index 2c1a1cbd1..390d00314 100644 --- a/Examples/UIExplorer/LinkingExample.js +++ b/Examples/UIExplorer/LinkingExample.js @@ -19,7 +19,7 @@ var { Linking, StyleSheet, Text, - TouchableNativeFeedback, + TouchableOpacity, View, } = ReactNative; var UIExplorerBlock = require('./UIExplorerBlock'); @@ -42,12 +42,12 @@ var OpenURLButton = React.createClass({ render: function() { return ( - Open {this.props.url} - + ); } });