react-native-copilot icon indicating copy to clipboard operation
react-native-copilot copied to clipboard

How to change styles for "tooltip white background color" and "arrow" ?

Open Surendiran1988 opened this issue 5 years ago • 3 comments

Change style for "arrow" and "tooltip" the code given below.

<Animated.View key="arrow" style={[styles.arrow, this.state.arrow]} />, <Animated.View key="tooltip" style={[styles.tooltip, this.state.tooltip]}> <TooltipComponent isFirstStep={this.props.isFirstStep} isLastStep={this.props.isLastStep} currentStep={this.props.currentStep} handleNext={this.handleNext} handlePrev={this.handlePrev} handleStop={this.handleStop} /> </Animated.View>

Surendiran1988 avatar May 10 '19 11:05 Surendiran1988

@Surendiran1988 I create PR #121 which allows you to adjust all things that you need.

czystyl avatar May 29 '19 10:05 czystyl

Are custom arrow styles supported on master now?

danieltov avatar Dec 10 '19 18:12 danieltov

@czystyl I am new to this project. Can you please share an example code for customizing the background color of the arrow?

sasivarnan avatar Dec 19 '19 07:12 sasivarnan