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

Step-by-step walkthrough tooltip for your react native app

Results 144 react-native-copilot issues
Sort by recently updated
recently updated
newest added

**Current Behavior** A clear and concise description of the behavior. **Input Code** - REPL or Repo link if applicable: ```js var your => (code) => here; ``` **Expected behavior/code** A...

The docs says react-native-svg is optional to install. That is not true. It has to be installed but the linking part is optional.

**Current Behavior** I'm having problems using react-native-copilot, being more specific, in react-native-svg. If I normally install the latest version available (11.0.1), this error occurs: ![WhatsApp Image 2020-01-20 at 22 37...

**Current Behavior** Since copilot requires the use of export default, and I already made export default for connect, a problem arose. All the options that I found to solve the...

**Current Behavior** Actually if i apply te prop backgroundColor keeps margins white & the arrow too how can i modify this? i let the code below and one screenshot to...

Can't seem to find styling for everything except for the component itself. Would be useful to create more fitting dialogs.

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

Fixed a small bug and added documentation for the users.

``` render() { return ( {'Welcome to the demo of\n"React Native Copilot"'} Profile photo step activated? this.setState({ secondStepActive })} value={this.state.secondStepActive} /> this.props.start()}> START THE TUTORIAL! ); } } export default...