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
bluejoyq
2019-12-08 17:40:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
808d2d68b23027661f68d02df48c941ae3a832bb
808d2d68
1 parent
780c8fe7
color change
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
.gitignore
searchGuide/.expo/packager-info.json
searchGuide/.expo/settings.json
searchGuide/app.json
searchGuide/components/SearchCard/SearchCard.js
.gitignore
View file @
808d2d6
...
...
@@ -13,8 +13,8 @@ npm-debug.*
*.orig.*
web-build/
web-report/
*/.expo
/*
*/.expo-shared
/*
*/.expo
*/.expo-shared
# macOS
.DS_Store
\ No newline at end of file
...
...
searchGuide/.expo/packager-info.json
View file @
808d2d6
...
...
@@ -2,8 +2,8 @@
"devToolsPort"
:
19002
,
"expoServerPort"
:
19000
,
"packagerPort"
:
19001
,
"packagerPid"
:
2
7784
,
"packagerPid"
:
2
2340
,
"expoServerNgrokUrl"
:
"https://ru-c66.bluejoy.searchguide.exp.direct"
,
"packagerNgrokUrl"
:
"https://packager.ru-c66.bluejoy.searchguide.exp.direct"
,
"ngrokPid"
:
16708
"ngrokPid"
:
26496
}
...
...
searchGuide/.expo/settings.json
View file @
808d2d6
{
"hostType"
:
"
tunnel
"
,
"hostType"
:
"
lan
"
,
"lanType"
:
"ip"
,
"dev"
:
true
,
"minify"
:
false
,
...
...
searchGuide/app.json
View file @
808d2d6
...
...
@@ -5,7 +5,7 @@
"privacy"
:
"public"
,
"sdkVersion"
:
"35.0.0"
,
"androidStatusBar"
:
{
"backgroundColor"
:
"#
06182d
"
"backgroundColor"
:
"#
2C658E
"
},
"platforms"
:
[
"ios"
,
...
...
searchGuide/components/SearchCard/SearchCard.js
View file @
808d2d6
...
...
@@ -33,7 +33,7 @@ const SearchCard = (props) => (
<
/Card.Content>
<
Card
.
Actions
style
=
{{
flexDirection
:
'row'
,
justifyContent
:
'space-between'
}}
>
<
Text
style
=
{{
marginTop
:
7
,
marginLeft
:
10
,
fontStyle
:
'italic'
}}
>
정확도
:
{
props
.
metric
}
%<
/Text
>
<
Button
mode
=
'contained'
color
=
{
BUTTO
N
}
labelStyle
=
{{
color
:
WHITE_MAIN
}}
onPress
=
{()
=>
{
Linking
.
openURL
(
props
.
url
)}}
>
<
Button
mode
=
'contained'
color
=
{
LIGHT_MAI
N
}
labelStyle
=
{{
color
:
WHITE_MAIN
}}
onPress
=
{()
=>
{
Linking
.
openURL
(
props
.
url
)}}
>
자세히보기
<
/Button
>
<
/Card.Actions>
...
...
Please
register
or
login
to post a comment