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

This PR resolves [this issue](https://github.com/okgrow/react-native-copilot/issues/68). I've checked result of this PR with both RTL and LTR apps. It works as expected in both situations. - `LTR`(default): - `RTL`:

Hello, how are you guys, who takes care of the improvements. Well, I need to adjust the application's layout, and I'm not able to increase the arrow a little, is...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Adds the option to advance the tutorial when the user clicks outside the step component. Useful for tooltip styles without labeled buttons (i.e., clicking anywhere on the screen should advance)....

Add the `horizontalPosition` and `verticalPosition` props to the Tooltip component, so that custom Tooltip components can use that information for things like rendering custom arrows. (In my particular case, we...

Adds a prop that allows configuration of back button behavior. By default, it's still a no-op, but also allows either navigation to the previous step, or stopping the walkthrough all...

Did not realize this prop existed for a while, but it's very useful when rendering a bunch of steps in a list where not every list item is supposed to...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.10 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

From the documentation , we can add copilot step for custom components like : ``` import { copilot, CopilotStep } from 'react-native-copilot'; const CustomComponent = ({ copilot }) => Hello...