Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서영
/
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
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
12 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
...
...
@@ -19,7 +19,7 @@ const App = () => {
'Regular'
:
require
(
'./assets/font/NanumSquareRoundRegular.ttf'
),
});
setFontLoaded
(
true
);
}
}
fontLoading
();
},
[]
)
...
...
searchGuide/components/PromptSearch/PromptSearch.js
View file @
49913df
...
...
@@ -75,7 +75,7 @@ const styles = StyleSheet.create({
color
:
'#696969'
},
subtext
:{
marginTop
:
10
,
marginTop
:
10
,
marginBottom
:
10
,
fontSize
:
30
,
color
:
'#999999'
,
...
...
searchGuide/components/RateBar/RateBar.js
View file @
49913df
...
...
@@ -23,7 +23,7 @@ export default RateBar = (props) => {
<
/View
>
<
/View
>
<
/View
>
<
StackedBarChart
<
StackedBarChart
data
=
{
[{
keyword
:
{
value
:
props
.
score
.
key
,
...
...
searchGuide/components/RateLine/RateLine.js
View file @
49913df
...
...
@@ -63,7 +63,7 @@ const styles = StyleSheet.create({
justifyContent
:
'space-around'
,
width
:
'100%'
},
data
:{
data
:{
fontSize
:
10
,
textAlign
:
'center'
,
fontFamily
:
"Regular"
,
...
...
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
...
...
@@ -42,7 +42,7 @@ const SearchCard = (props) => (
const
styles
=
StyleSheet
.
create
({
image
:{
width
:
45
,
width
:
45
,
height
:
45
,
borderRadius
:
100
}
...
...
Please
register
or
login
to post a comment