Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bluejoyq
/
searchGuide
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김서영
2019-12-09 11:36:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8016738cebdd1a9fc4ff98be5bbed50277d6d7c8
8016738c
1 parent
000fd662
change rate card flex
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
searchGuide/.expo/packager-info.json
searchGuide/.expo/settings.json
searchGuide/components/RateMessage/RateMessage.js
searchGuide/components/RateSentence/RateSentence.js
searchGuide/.expo/packager-info.json
View file @
8016738
...
...
@@ -2,8 +2,8 @@
"devToolsPort"
:
19002
,
"expoServerPort"
:
19000
,
"packagerPort"
:
19001
,
"packagerPid"
:
2172
8
,
"expoServerNgrokUrl"
:
null
,
"packagerNgrokUrl"
:
null
,
"ngrokPid"
:
null
"packagerPid"
:
1476
8
,
"expoServerNgrokUrl"
:
"https://x2-7pb.anonymous.searchguide.exp.direct"
,
"packagerNgrokUrl"
:
"https://packager.x2-7pb.anonymous.searchguide.exp.direct"
,
"ngrokPid"
:
9336
}
...
...
searchGuide/.expo/settings.json
View file @
8016738
{
"hostType"
:
"
lan
"
,
"hostType"
:
"
tunnel
"
,
"lanType"
:
"ip"
,
"dev"
:
true
,
"minify"
:
false
,
...
...
searchGuide/components/RateMessage/RateMessage.js
View file @
8016738
...
...
@@ -35,7 +35,7 @@ const RateMessage = ({keywordText, score }) => {
const
styles
=
StyleSheet
.
create
({
surface
:
{
padding
:
8
,
flex
:
0.
3
,
flex
:
0.
2
,
width
:
'95%'
,
alignItems
:
'center'
,
justifyContent
:
'center'
,
...
...
searchGuide/components/RateSentence/RateSentence.js
View file @
8016738
...
...
@@ -43,7 +43,7 @@ const RateSentence = ({originalText, fixedText, keywordText }) => {
const
styles
=
StyleSheet
.
create
({
surface
:
{
padding
:
8
,
flex
:
0.
3
,
flex
:
0.
2
,
width
:
'95%'
,
alignItems
:
'center'
,
justifyContent
:
'center'
,
...
...
@@ -59,10 +59,12 @@ const RateSentence = ({originalText, fixedText, keywordText }) => {
fontSize
:
20
,
textAlign
:
'center'
,
fontFamily
:
"Bold"
,
marginTop
:
20
,
},
message
:{
fontFamily
:
"Son"
,
fontSize
:
20
,
marginBottom
:
15
,
}
});
...
...
Please
register
or
login
to post a comment