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-08 17:46:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
49913dffefd360f1cf1ce32c928083d947b1932c
49913dff
1 parent
432249b7
change
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
7 additions
and
7 deletions
searchGuide/.expo/packager-info.json
searchGuide/.expo/settings.json
searchGuide/App.js
searchGuide/components/PromptSearch/PromptSearch.js
searchGuide/components/RateBar/RateBar.js
searchGuide/components/RateLine/RateLine.js
searchGuide/components/RateMessage/RateMessage.js
searchGuide/components/RateSentence/RateSentence.js
searchGuide/components/SearchCard/SearchCard.js
searchGuide/.expo/packager-info.json
View file @
49913df
...
...
@@ -2,8 +2,8 @@
"devToolsPort"
:
19002
,
"expoServerPort"
:
19000
,
"packagerPort"
:
19001
,
"packagerPid"
:
2
8304
,
"expoServerNgrokUrl"
:
"https://x2-7pb.anonymous.searchguide.exp.direct"
,
"packagerNgrokUrl"
:
"https://packager.x2-7pb.anonymous.searchguide.exp.direct"
,
"ngrokPid"
:
9432
"packagerPid"
:
2
1728
,
"expoServerNgrokUrl"
:
null
,
"packagerNgrokUrl"
:
null
,
"ngrokPid"
:
null
}
...
...
searchGuide/.expo/settings.json
View file @
49913df
{
"hostType"
:
"
tunnel
"
,
"hostType"
:
"
lan
"
,
"lanType"
:
"ip"
,
"dev"
:
true
,
"minify"
:
false
,
...
...
searchGuide/App.js
View file @
49913df
searchGuide/components/PromptSearch/PromptSearch.js
View file @
49913df
searchGuide/components/RateBar/RateBar.js
View file @
49913df
searchGuide/components/RateLine/RateLine.js
View file @
49913df
searchGuide/components/RateMessage/RateMessage.js
View file @
49913df
...
...
@@ -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 @
49913df
...
...
@@ -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'
,
...
...
searchGuide/components/SearchCard/SearchCard.js
View file @
49913df
Please
register
or
login
to post a comment