Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-09-19 17:42:36 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
74a23623242a6f93a9267069efc39e1bbdeb810a
74a23623
2 parents
0c7de923
5f36e599
发现
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
src/pages/Discover/index.js
src/pages/Discover/index.js
View file @
74a2362
...
...
@@ -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
,
...
...
Please
register
or
login
to post a comment