react-native-copilot
react-native-copilot copied to clipboard
toolTipStyle
hey i hope you are doing well, I have one request can please add tooltipStyle props into <CopilotStep/> 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