react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler
After updating my expo app to version 49, I also had to update react-native-reanimated to version 3.3.0. However, when trying to access the screen where my bottomSheet is, the following...
I am using the basic example of bottom-sheet but I got this error: Cannot read property 'prototype' of undefined "reanimated-bottom-sheet": "^1.0.0-alpha.22" ________________________________________________________ "react-native": "0.72.4", "react-native-gesture-handler": "^2.12.1", "react-native-paper": "^5.10.4", "react-native-reanimated": "^3.5.4",
First of all, awesome library 👏 I've come across what I think is a bug where the bottomSheet content is leaking into the `SafeArea` from the bottom (on notch phones...
I use expo with react navigation and react screens. Bottomsheet is open when component mounts. When i wrap Bottomsheet inside View i cant open it. I tried many combinations but...
Hello guys. I have this type BottomSheet ``` ``` And in renderContent have this track status component ``` import React, { useEffect, useState } from "react"; import { View, Text...
**I Added `react-native-reanimated` in the project that is using `react-native-web`. I added this code** **to represent bottom sheet but I faced below error:** `export 'default'.'Code' (imported as 'Animated') was not...
I want to set the snap point of BottomSheet such that it only takes the height of it's content. I tried percentages and device height to achieve the same, but...
When i rotate screen to landscape and rotating again to portrait bottomsheet opening for few and and closing immediately