react-native-scroll-bottom-sheet icon indicating copy to clipboard operation
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:

Results 35 react-native-scroll-bottom-sheet issues
Sort by recently updated
recently updated
newest added

### 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 ![Screen Recording 2020-10-22 at 14 54 05](https://user-images.githubusercontent.com/69692798/96872209-00643700-147c-11eb-8649-0bd09c2af479.gif) ### Code ` ... ` ### Expected Behavior ![Screen Recording 2020-10-22 at 14 43 42](https://user-images.githubusercontent.com/69692798/96872191-fa6e5600-147b-11eb-843c-2ae91fd3c29c.gif) ### 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...