react-native-reanimated-bottom-sheet | Highly configurable bottom sheet component | iOS library
kandi X-RAY | react-native-reanimated-bottom-sheet Summary
kandi X-RAY | react-native-reanimated-bottom-sheet Summary
Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet Key Features
react-native-reanimated-bottom-sheet Examples and Code Snippets
Community Discussions
Trending Discussions on react-native-reanimated-bottom-sheet
QUESTION
I am struggling with this issue now for over three weeks.
I am using the package osdnk/react-native-reanimated-bottom-sheet
and I want to use textinputs inside the bottomsheet. The problem appears when opening the keyboard. The bottomsheet is pushed out of the screen.
There is already a github issue about this but everyone seems to get the problem solved. Except me? Also no one answers my questions there.
Steps I tried:
- Android.xml:
android:windowSoftInputMode="adjustPan"
I am using expo and don't want to escape, so please don't provide solutions with the Android.xml file. - Replaced all
flex:1
withheight:100%
- I tried different variations with wrapping the whole Bottomsheet / Content
- Tried to create a 3rd snapping point with 100% and snap to this point as soon as an Inputfield is focused. However, this also results in the bottom sheet beeing out of the screen.
- On IOS its working fine.
My code looks like the following: (simplyfied)
...ANSWER
Answered 2020-May-17 at 16:29android:windowSoftInputMode already available in EXPO
you have to Wrap BottomSheet into View with full height like this
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install react-native-reanimated-bottom-sheet
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page