mohebifar / react-native-copilot

Step-by-step walkthrough tooltip for your react native app
MIT License
2.22k stars 406 forks source link

Is it possible to style the button of react-native-copilot. #308

Open SujitPrasaddKushwaha opened 7 months ago

SujitPrasaddKushwaha commented 7 months ago

I am using react-native-copilot for my app walkthrough.But I want to have my own button style when the walkthourgh starts. I cannot find anyway to change the style of the default provided button. How can I change it? Screenshot_1707368370

vatsal1302 commented 2 months ago

@SujitPrasaddKushwaha you can make you own view using the tooltipComponent and if you want the button events of next previous button so you can take it from the useCopilot hook.