Deion Graham-Long
Deion Graham-Long
These changes worked for me. Thanks!
Solution in #465 Fixed this for me. Add this to the carousel `onConfigurePanGesture={gestureChain => { gestureChain.activeOffsetX([-10, 10]) }}` Taken from commit https://github.com/dohooo/react-native-reanimated-carousel/commit/978b59f0f2d8a96fe1d1de1a1c9fb205fd051cfb #125 is another related issue
A shot in the dark here but do you guys have ```images: {}``` in your next.config.js? It looks like SolitoImage requires that. From SolitoImage Docs: ``` Next.js solito/image requires Next.js...
@Chasty Yeah burnt works but I hoping to use the tamagui toast for better control on styling and placement
@siongesteban have you tried using `overscollEnabled={false}` that might fix your issue