JoeWhoCodes

Results 8 comments of JoeWhoCodes

I have no idea why this was closed, this was so helpful - thank you!

My problem with this was the text was white by default. I needed to set the style of the picker.Item to have black text.

It's working for me! Using Expo Dev Client and TypeScript. Thanks a million @HyopeR

Wow glad I discovered this thread, could not figure out why my Android version was crashing!

Slightly cleaner version of the above fix ``` onProgressChange={(_offsetProgress: number, absoluteProgress: number) => { const currentIndex = carouselRef.current?.getCurrentIndex() || 0; if (absoluteProgress > 0.5 || currentIndex === 0) { setTutorialImageIndex(currentIndex);...

Legend @Ragnar-Loth-brok , for reference the styles are the same as the example 'absolute' and the hideOverflow is simply 'overflow :hidden'

Unfortunately doesn't work for me either. I'm on Xcode 15.0, Apple M2Pro running Ventura 13.5.2. Have accessibility permissions set up as per instructions. Tried different simulators. I get no blue...