Ed Barahona

Results 8 comments of Ed Barahona

try the community package that this library uses

Any chance you can also add styling support for the outer eye and inner eye border radius?

You can keep your CSS if you just wrap your custom container in a parent shadow container, this works perfect for me: ``` ```

Per the Mapbox iOS SDK you can dismiss with "dismissCalloutAnimated" or you can add the dismiss automatically property, to dismiss when the mapview changes. If it's NOT supported in the...

Have you tried creating a standalone component/view for your flatlist and loading that component? Test the flatlist without the parallaxscroll then apply the scroll using the standalone component ie; `...

Set max value to 100 and change your opening radian: openingRadian={Math.PI / 45}

Ran into this issue as well, after lot's of hours messing with gesture handlers and scrollviews, I also ran into the same solution however I found that the library has...

run `pod update GoogleMLKit/MLKitCore` and `pod install --repo-update` then rebuild in xcode, works for me on iOS 16