Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -47,6 +47,8 @@ export default PromptSearch = () => { | ... | @@ -47,6 +47,8 @@ export default PromptSearch = () => { |
| 47 | showsButtons={true} | 47 | showsButtons={true} |
| 48 | loop={false} height={400} | 48 | loop={false} height={400} |
| 49 | activeDotColor={LIGHT_MAIN} | 49 | activeDotColor={LIGHT_MAIN} |
| 50 | + nextButton={<Text style={{color:'#3BAD87', fontSize:60}}>›</Text>} | ||
| 51 | + prevButton={<Text style={{color:'#3BAD87', fontSize:60}}>‹</Text>} | ||
| 50 | > | 52 | > |
| 51 | <FirstSlide /> | 53 | <FirstSlide /> |
| 52 | <SecondSlide /> | 54 | <SecondSlide /> | ... | ... |
-
Please register or login to post a comment