Trouble getting Swipeable from React Native Gesture Handler to swipe!

Hi,

I’m trying to add a Swipeable row from React Native Gesture Handler to my app.
The component imports ok (from ‘react-native-gesture-handler/Swipeable’) but it doesn’t seem to respond to swipes.

Here is a snack demonstrating the problem:

What have I missed?

SDK version: 36-39
Platform iOS

Many thanks,
Daniel

Turns out I made a stupid mistake, I didn’t correctly style the renderRightActions. Swipeable was working fine

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.