jake

Results 13 comments of jake
trafficstars

Been over a year, any plans on looking into this?

Hey team, bumping this - currently seeing it as an issue for our work. Is there anything outstanding I could assist with?

@benjamn It becomes a question of whether it's a good design choice to have `onComplete` only fire the first time. Keen on thoughts. Thanks for the explainer on the recent...

> https://github.com/ReactNativ/react-native-copilot/blob/master/example/App.js @ReactNativ reacting to your own message, and it doesn't answer the original question 👎🏼

@mohebifar is it possible to get this merged in ? Happy to do it myself if all it takes is ironing out this ci kink locally. Would be a lovely...

The simplest answer is just passing a `tooltip` in the copilot config that is your own custom tooltip, that then renders anything you want - including images. It honestly seems...

This works if you wrap the component in a `copilot` before using in the test: ```tsx import { render } from '@testing-library/react-native'; import React from 'react'; import { View, Text...

It also sees both the test ID and the text, so I think it's just an issue with how your test is set up. ![image](https://user-images.githubusercontent.com/19259921/220204530-ee2532c0-e713-40d4-b876-7bce6d75279a.png)

@sergey-king for what it's worth, you can use the `getScrollResponder()` method on a sectionlist ref as the scrollview ref for the tour. It's not ideal, but it works and exposes...