From 23d8c2fe4bb0a18d82fa443be644ada73cbd0095 Mon Sep 17 00:00:00 2001
From: Website Deployment Script null
NOTE:
Linking,
StyleSheet,
Text,
- TouchableNativeFeedback,
+ TouchableOpacity,
View,
} = ReactNative;
var UIExplorerBlock = require('./UIExplorerBlock');
@@ -77,12 +77,12 @@ it will give the link url, otherwise it will give null
NOTE: render: function() { return ( - <TouchableNativeFeedback + <TouchableOpacity onPress={this.handleClick}> <View style={styles.button}> <Text style={styles.text}>Open {this.props.url}</Text> </View> - </TouchableNativeFeedback> + </TouchableOpacity> ); } });