mohebifar/react-native-copilot

toolTipStyle

WAQAZ0178 opened this issue · 3 comments

hey i hope you are doing well, I have one request can please add tooltipStyle props into it will be easy for a developer to customize tooltip style

@WAQAZ0178 I'm trying to change the style, specifically the color of the text of the copilotStep and I haven't found how to do it, do you know how I can do this?

you need to go node module then react-native-copilot

then open dist folder and select inde.js file

there you will find
tooltipText: {
color:"white"
},

make changes and save it

@WAQAZ0178 But when my coworker pulls the code, he will not see that change