Git Product home page Git Product logo

Comments (12)

maxckelly avatar maxckelly commented on June 18, 2024 3

Hey, amazing package. Thank you for your hard work.

I'm also experiencing this on Android with BottomSheetFlatList, but iOS works great.

from react-native-bottom-sheet.

gorhom avatar gorhom commented on June 18, 2024 2

@rkrueger11 thanks for submitting this bug, i'll look into it later today 👍

from react-native-bottom-sheet.

rkrueger11 avatar rkrueger11 commented on June 18, 2024 1

Thanks @gorhom. I'll get some sample code posted tomorrow. Sorry was hoping to get there today. Great work on this package though!

from react-native-bottom-sheet.

Gnative avatar Gnative commented on June 18, 2024 1

@gorhom So for me this is the code (below) that causes the non responsive BottomSheetScrollView when the panel reaches max snap point. In usage I am able get the BottomSheetScrollView responsive again my pulling down a little on the BottomSheet and letting it re-snap to the max snap point.

Basically setting state from with in the handleSheetChange callback can cause this problem

This code can be use with in the BasicExamples.tsx Line 29 or file attached
BasicExamples.tsx.txt

    const [stateItem, setStateItem] = useState(0)

    // callbacks
    const handleSheetChange = useCallback(index => {
      console.log('handleSheetChange', index);
      setStateItem(index)
    }, []);

And thanks - its a really nice component.

from react-native-bottom-sheet.

tankers746 avatar tankers746 commented on June 18, 2024 1

I believe this is the same issue I'm experiencing. #51

from react-native-bottom-sheet.

gorhom avatar gorhom commented on June 18, 2024

@rkrueger11 i tried from my side, seems working, but i would appreciate if you could provide a reproducible sample code :)

from react-native-bottom-sheet.

gorhom avatar gorhom commented on June 18, 2024

hi @rkrueger11, could you try again with v1.4 release, it should provide more stability :)

from react-native-bottom-sheet.

rkrueger11 avatar rkrueger11 commented on June 18, 2024

@gorhom Tried with 1.4.1 release and still having the issue, though I think it's probably with my react-navigation wrapper around it, so this can be closed.

from react-native-bottom-sheet.

Gnative avatar Gnative commented on June 18, 2024

Hi @rkrueger11 I'm having this same issue, did you find the cause to this ? Thanks.

from react-native-bottom-sheet.

gorhom avatar gorhom commented on June 18, 2024

hi @Gnative would mind provide reproducible sample code ?

from react-native-bottom-sheet.

Gnative avatar Gnative commented on June 18, 2024

Sure. I'll try my best. Still working on it being my misunderstanding on how to implement the BottomSheetScrollView

from react-native-bottom-sheet.

gorhom avatar gorhom commented on June 18, 2024

thanks for the sample ,,, i'll look into it today and i'll make sure to get it fix asap :)

from react-native-bottom-sheet.

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.