罗广聪

可提审

... ... @@ -9,6 +9,7 @@ import {
Text,
TouchableOpacity,
Clipboard,
Alert,
} from "react-native";
import { StackNavigator, TabNavigator } from "react-navigation";
... ... @@ -76,7 +77,7 @@ export default class Discover extends Component {
</View>
</View>
<View style={styles.wordConatier}>
<Text style={styles.word}>{word}}</Text>
<Text style={styles.word}>{word}</Text>
</View>
<TouchableOpacity style={styles.button} onPress={() => {this.copyWords(word)}}>
<Image style={styles.btnImg} source={require("../../assets/discover/ic_copy.png")} />
... ... @@ -143,7 +144,6 @@ const styles = StyleSheet.create({
position: "absolute",
bottom: 150,
},
btnImg: {
width: 13,
height: 15,
... ...