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-09 23:48:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e7bf1e5ca4f292b6a7c498f1d1122a1d25e5abc
9e7bf1e5
1 parent
952c6f95
conflict problem solved
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
42 deletions
searchGuide/.expo/packager-info.json
searchGuide/.expo/settings.json
searchGuide/components/RateBar/RateBar.js
searchGuide/.expo/packager-info.json
View file @
9e7bf1e
{
"devToolsPort"
:
19002
,
"expoServerPort"
:
19000
,
"packagerPort"
:
null
,
"packagerPid"
:
null
,
"expoServerNgrokUrl"
:
"https://
7f-yzp
.anonymous.searchguide.exp.direct"
,
"packagerNgrokUrl"
:
"https://packager.
7f-yzp
.anonymous.searchguide.exp.direct"
,
"ngrokPid"
:
2
900
"packagerPort"
:
19001
,
"packagerPid"
:
2240
,
"expoServerNgrokUrl"
:
"https://
bm-jd7
.anonymous.searchguide.exp.direct"
,
"packagerNgrokUrl"
:
"https://packager.
bm-jd7
.anonymous.searchguide.exp.direct"
,
"ngrokPid"
:
2
1352
}
...
...
searchGuide/.expo/settings.json
View file @
9e7bf1e
{
"hostType"
:
"
tunnel
"
,
"hostType"
:
"
lan
"
,
"lanType"
:
"ip"
,
"dev"
:
true
,
"minify"
:
false
,
"urlRandomness"
:
"
7f-yzp
"
,
"urlRandomness"
:
"
bm-jd7
"
,
"https"
:
false
}
...
...
searchGuide/components/RateBar/RateBar.js
View file @
9e7bf1e
...
...
@@ -15,40 +15,10 @@ export default RateBar = (props) => {
<
View
style
=
{
styles
.
container
}
>
<
Text
style
=
{
styles
.
Text
}
>
총
점수
:
{
props
.
score
.
full
}
점
<
/Text
>
<
/View
>
<<<<<<<
HEAD
<
View
style
=
{
styles
.
container
}
>
<
Text
style
=
{
styles
.
message
}
>
눌러서
각각의
점수를
알아보세요
!<
/Text>
<
/View
>
=======
<
StackedBarChart
data
=
{
[{
keyword
:
{
value
:
props
.
score
.
key
,
svg
:
{
onPressIn
:
()
=>
{
setClick
(
1
)},
onPressOut
:
()
=>
{
setClick
(
0
)}
},
},
korean
:
{
value
:
props
.
score
.
fix
,
svg
:
{
onPressIn
:
()
=>
{
setClick
(
2
)},
onPressOut
:
()
=>
{
setClick
(
0
)}
},
},
rest
:
{
value
:
(
100
-
(
props
.
score
.
key
+
props
.
score
.
fix
)),
}
}]}
style
=
{{
height
:
50
,
width
:
'90%'
}}
keys
=
{[
'keyword'
,
'korean'
,
'rest'
]}
colors
=
{[
'#f98a1a'
,
'#14a986'
,
'#ffffff'
]}
showGrid
=
{
false
}
horizontal
=
{
true
}
contentInset
=
{
{
top
:
10
}
}
valueAccessor
=
{({
item
,
key
})
=>
item
[
key
].
value
}
/>
>>>>>>>
master
<
View
style
=
{
styles
.
infoContainer
}
>
<
HelperText
type
=
{
'info'
}
visible
=
{
click
==
2
}
style
=
{
styles
.
helper
}
>
맞춤법
:
{
props
.
score
.
fix
}
<
/HelperText
>
<
HelperText
type
=
{
'info'
}
visible
=
{
click
==
1
}
style
=
{
styles
.
helper
}
>
키워드
:
{
props
.
score
.
key
}
<
/HelperText>
...
...
@@ -112,11 +82,7 @@ const styles = StyleSheet.create({
right
:
10
,
},
colorA
:{
<<<<<<<
HEAD
backgroundColor
:
'#e85a71'
,
=======
backgroundColor
:
'#f98a1a'
,
>>>>>>>
master
height
:
7
,
width
:
7
,
marginRight
:
5
,
...
...
Please
register
or
login
to post a comment