react-native-copilot
react-native-copilot copied to clipboard
Step-by-step walkthrough tooltip for your react native app
Hi, thank you for creating and maintaining this great library! I have a use case where I need to include multiple walkthroughable elements inside a single `CopilotStep`. Specifically, I have...
**Current Behavior** The tooltip text updates visually before it goes to the next step. This results in a flash of out of place text before the next step loads. Video...
**Current Behavior** When using react-native-copilot to integrate a walkthrough on a specific screen in my application, I encountered an issue: if the user presses the back button on Android while...
Fixes https://github.com/mohebifar/react-native-copilot/issues/298 The issue was that after calling .stop(), it was impossible to start the tour again. We needed to show a modal in the middle and then restart it...
Hi! 👋 Is it currently feasible to pass a custom component as the value for the text prop? Firstly, thanks for your work on this project! 🙂 Today I used...
``` ---------------------------------------------------------------
I am unable to install the package, and here’s what I get: ``` npm install --save react-native-copilot npm error code 128 npm error An unknown git error occurred npm error...
**Current Behavior** I have a 1px vertical without overlay on the right of the screen **Input Code** - REPL or Repo link if applicable: ```js function App() { return (...
**Current Behavior** The tooltip intermittently renders at the top of the screen, detached from the intended element. **Expected behavior/code** The tooltip should consistently appear near the targeted element.
**Expected behavior/code** It's not scrolled on IOS It's crashed on Android ERROR Warning: ref.measureLayout must be called with a ref to a native component. **Environment** ``` System: OS: macOS 14.7.1...