react-native-copilot
react-native-copilot copied to clipboard
Step-by-step walkthrough tooltip for your react native app
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.24.0. Release notes Sourced from @babel/traverse's releases. v7.24.0 (2024-02-28) Thanks @ajihyf for your first PR! Release post with summary and highlights: https://babeljs.io/7.24.0 :rocket: New Feature...
**Is your feature request related to a problem? Please describe.** I'm currently trying to use `@okgrow/react-native-copilot` with a TypeScript project. The problem is, this library does not have type definitions...
How can I set up App guide when I need tutorial at Main screen, but two or more steps must show few rows in a one custom component? For example...
Hey ya'll I'd like to suggest an enhancement to the `currentStep` object/prop that gets passed to custom components like `tooltipComponent` and `stepNumberComponent`. It would be great if we could allow...
**Environment** - Device: samsung galaxy a22 - OS: android 11 - `react-native-copilot`: v3.3.2 - `react-native`: v0.73.5 When the device is in dark mode, the tooltip backgroundcolor is white and the...
``` ... ```
Fixes an issue where using `useAnimatedStyle` within a `Modal` component in React Native caused it to break. Issue: [software-mansion/react-native-reanimated#6659](https://github.com/software-mansion/react-native-reanimated/issues/6659)
useEffect(() => { const handleStepChange = (step) => { const currentOrder = step.order; setTimeout(() => { if (step?.wrapperRef?.current && scrollViewRef.current) { step.wrapperRef.current.measure((x, y, width, height, pageX, pageY) => { const...
I'm using Copilot inside a FlatList. When a `CopilotStep` item is not currently visible (e.g. near the bottom of the list) and I call `next()` to move to the next...