Giter VIP home page Giter VIP logo

Comments (3)

computerjazz avatar computerjazz commented on July 4, 2024 9

This sounds like it may be an issue with gesture disambiguation -- the pan gesture handler of the list might be capturing swipe before the Swipeable item engages. Try adding a small activationDistance to the list and see if that helps:

     <DraggableFlatList
          activationDistance={15}  // <--- add this
          keyExtractor={item => item.key}
          data={this.state.data}
          renderItem={this.renderItem}
          onDragEnd={({ data }) => this.setState({ data })}
        />

Reanimated 1.4+ is going to help a lot with performance -- I didn't know you could even install 1.7 on RN 59.

I've been testing mainly using this expo snack: https://snack.expo.io/@computerjazz/swipetodelete-pkg

And also occasionally running a non-expo RN 61 test project.

from react-native-swipeable-item.

 avatar commented on July 4, 2024

After adding activationDistance it works great in the iOS simulator (still on RN 0.59)! Thanks a lot.

from react-native-swipeable-item.

parnekov avatar parnekov commented on July 4, 2024

After adding activationDistance it works great in the iOS real device too.

from react-native-swipeable-item.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.