react-native-reanimated-bottom-sheet icon indicating copy to clipboard operation
react-native-reanimated-bottom-sheet copied to clipboard

Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler

Results 101 react-native-reanimated-bottom-sheet issues
Sort by recently updated
recently updated
newest added

Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 1.7.1 to 2.10.0. Release notes Sourced from react-native-reanimated's releases. 2.10.0 🚀 Main changes Added useAnimatedKeyboard() hook Added useFrameCallback() hook Added support for React Native 0.70 Added support...

dependencies

Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 1.7.0 to 2.10.0. Release notes Sourced from react-native-reanimated's releases. 2.10.0 🚀 Main changes Added useAnimatedKeyboard() hook Added useFrameCallback() hook Added support for React Native 0.70 Added support...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

@osdnk is this package still under maintenance?

i have bottom sheet with close button on header, but when pressed bottom sheet cannot snap to specified index given, here my code: ``` import { default as React }...

``` ERROR TypeError: Cannot read property 'prototype' of undefined This error is located at: in BottomSheetBehavior ``` not working with this error

Is there any way to get current snap-point of the bottom-sheet container either toggled using `snapTo()` function or gesture dragging? I tried reviewing closed issues but didn't find the answer...

I have added this library in my project to make drag-able bottom sheet with scrollable content inside it but one of the main drawback of using this library is I'm...

Is there a way to disable only close to swipe down gesture while keeping all the other gestures enabled?