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-11-21 11:33:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
122b16ce7fac12fc966cb1b73d5759fcad4f6348
122b16ce
1 parent
9ccee5f0
final for home screen
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
searchGuide/components/PromptSearch/PromptSearch.js
searchGuide/components/PromptSearch/PromptSearch.js
View file @
122b16c
...
...
@@ -47,6 +47,8 @@ export default PromptSearch = () => {
showsButtons
=
{
true
}
loop
=
{
false
}
height
=
{
400
}
activeDotColor
=
{
LIGHT_MAIN
}
nextButton
=
{
<
Text
style
=
{{
color
:
'#3BAD87'
,
fontSize
:
60
}}
>
›
<
/Text>
}
prevButton
=
{
<
Text
style
=
{{
color
:
'#3BAD87'
,
fontSize
:
60
}}
>
‹
<
/Text>
}
>
<
FirstSlide
/>
<
SecondSlide
/>
...
...
Please
register
or
login
to post a comment