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:
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
### Current Behavior Getting the following error when scrolling down + hide on Android: %s: Calling %s on the ref of an Animated component is no longer necessary. You can...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
### Current Behavior Height of bottom sheet is determined by `snapPoints` prop. ### Expected Behavior Dynamic bottom sheet height based on it's content height. Like `adjustToContentHeight` prop on [Modalize](https://jeremybarbet.github.io/react-native-modalize/#/PROPS?id=adjusttocontentheight). ###...
### Current Behavior Only scroll when the list is at the top ### Expected Behavior Each snap Point can scroll the list, and only the handle can be dragged Or...
Hello, is it possible somehow to know when the sheet start to move up? I don't see any reference in the documentation, I see the `onSettled` but not an `onDragStart`....
### Current Behavior - So I am using the library with componentType specified as FlatList, but my flatlist has props that are dynamic in nature, like we have a search...
### Current Behavior Very weird behavior. If I use Pressable, the click is detected once over 100 of the times. With TouchableHighlight, it works perfectly! ### How to reproduce When...