react-native-scroll-bottom-sheet
react-native-scroll-bottom-sheet copied to clipboard
Cross platform scrollable bottom sheet with virtualisation support, native animations at 60 FPS and fully implemented in JS land :fire:
### Current Behavior Currenlty, if you use a Flatlist component and each item is a touchable, if you scroll some content tap on a button, now to scroll again you...
### Current Behavior I'm pretty new in react-native so maybe I missed it. Anyway the ScrollBottomSheet seems working OK. I wanted to add the possibility to open (respectively close) fully...
## Motivation This PR solves #60, so in case you have a dynamic list of items and the content size of list changes, the list would freeze if you go...
Hi! I found that on Android it is possible to interrupt sheet transition to snap point by quickly tapping on it. Screen recording is attached. Reproduced on Android only, seems...
### Current Behavior I just upgraded my project from RN 0.62.2 to 0.63 and I noticed the snapTo function appears to not be working. The code below worked fine on...
# Current Behavior  ### Code ` ... ` ### Expected Behavior  ### Environment | | version...
see #53 Replaced the `onChange(this.isManuallySetValue)` by imperative methods.
### Current Behavior With this modification of the "bank" example: ```diff diff --git a/example/screens/SectionListExample.tsx b/example/screens/SectionListExample.tsx index 192ff26..dd1acdd 100644 --- a/example/screens/SectionListExample.tsx +++ b/example/screens/SectionListExample.tsx @@ -9,7 +9,7 @@ import React from 'react';...
### Current Behavior I have an animated positions variable that tracks the values of the position and i also passed scrollEnabled props to the render component which is "Scroll View"...
`innerRef` prop actually gets a an `AnimatedComponent` rather than just a `FlatList | ScrollView | SectionList` (the type `AnimatedComponent` does not exist in `reanimated` though). We should do something like...