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** Tutorial does not show when involve `this.props.start()` **Input Code** ```js import React, { Component } from 'react'; ... ... import {Spinner, Label, View, StyleProvider, Container, List, ListItem, Left,...

bug
needed: more information

Hi This library fits my use case very well ,unfortunately some of the views that i need highlighted are on different screens/routes/navigators/components . They are not a single component ....

question

**Current Behavior** I ran following comments for setup, `npm i react-native-copilot` `npm i react-native-svg` `react-native link react-native-svg` everything fine, but I'm getting build time error. > Task :react-native-svg:compileDebugJavaWithJavac FAILED /Users/mahendran.m/workspace/ekart-stormtrooper/node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/RenderableViewManager.java:100:...

Actually i have this progress (?) using this library w/react-navigation, exactly createBottomTabNavigator but the problem(s) are this: 1: This method (createBottomTabNavigator ) only works exporting a const 2: I dont...

Added optional scrollview support. If a scrollview ref is provided, I set a slight timeout before measuring the next step. There is no callback / event that I am aware...

enhancement

Currently the library doesn't support images in Tooltip. So this pull request allows the user to pass image as an attribute `imageSource` in `CopilotStep`

enhancement

I got error when I use this.props.start() ![image](https://user-images.githubusercontent.com/16591529/54358945-dc1a6480-4661-11e9-8b0f-f0146542429f.png) Anyone knows how to fix it?