罗广聪

发现

... ... @@ -21,6 +21,9 @@ export default class Discover extends Component {
date: {}
};
}
handleCopyPress(string) {
Clipboard.setString(string);
}
componentWillMount() {
this.getImages();
}
... ... @@ -136,6 +139,22 @@ const styles = StyleSheet.create({
backgroundColor: "rgba(255,255,255,0)",
flexDirection: "row",
justifyContent: "center",
alignItems: "center"
},
word: {
marginLeft: 15,
marginRight: 15,
fontSize: 15,
lineHeight: 25,
color: "white",
backgroundColor: "rgba(0,0,0,0)"
},
button: {
width: 80,
height: 40,
marginTop: 20,
backgroundColor: "rgba(0,0,0,0.2)",
justifyContent: "center",
alignItems: "center",
position: "absolute",
bottom: 150,
... ...