Miguel Caballero

Results 10 comments of Miguel Caballero

Was trying to track down this issue for hours in my app. Nice find @skoging... hopefully this gets addressed soon.

@third774 any update on this? I'd love this feature as well

I have addressed this with an initial draft (that I have working) in this [PR](https://github.com/third774/image-focus/pull/18).

I can definitely take a look. Feel free to try adding it in yourself too! Thanks for the suggestion!

Can we get an example of changing the page manually? When I call the `ViewPager.goToPage(#)` I get an error that `_reactNativeViewpager2.default.goToPage is not a function` I don't want to make...

I am experiencing the same issue in a sample (and simple) project I'm working on. I have an async call in my metadata, the same async call in my async...

@ramsestom I seem to be having similar issues. I am getting and empty array back from the call. The same code works fine on iOS so my guess is that...

@DarthSim related question, can you quickly summarize how the WRITE, READ and DOWNLOAD timeouts relate? is READ = DOWNLOAD + WRITE? Might be a good note to the docs unless...

Thanks @DarthSim I definitely was reading the docs incorrectly. But it was also late 🤣 As always, thanks for all you have done and helping a dev-dad!

Hey @DavidCWHung, Just to be thorough, I'd check to see if you have your environments setup on Vercel (env variables). If you do have the environment setup, then the next...