-
**Description:**
In simple apps, calling `bottomSheetBehavior.state = BottomSheetBehavior.STATE_COLLAPSED` when it is STATE_HIDDEN starts the animation from the bottom of the screen, and eases up …
-
**Description:** Trying to mock BottomSheetBehavior in `com.google.android.material:material:1.10.0` throws a ClassNotFoundException
**Minimal sample app repro:** https://github.com/skywalkerdude/R…
-
I 'm trying to render BottomSheet inside a test and I'm getting
```
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) …
-
hello
i have a project with androidx
and i add vpbs module in my project
but in class ViewPagerUtils
layoutParams.position (position is private in viewpager in androidx)
so i have an error and…
-
I have an `EditText` in a bottom sheet and want to write text in it with the keyboard using `windowSoftInputMode` set to `adjustResize`.
When the EditText gain focus, keyboard open but the bottom she…
-
![image](https://github.com/React-Sextant/react-native-bridge-docs/assets/28673261/333b367d-d624-4fa6-a0ef-bc96cc5c460a)
# Button Sheet
Bottom sheets show secondary content anchored to the bottom …
-
**Is your feature request related to a problem? Please describe.**
In my app, the bottom sheet has a "bar" view that takes up all of the peek height. However, it seems that the only way to modify the…
-
I have done the Pre-requisites. But startPayment opens the bottom sheet and closes it immediately. and the onError is executed.
`One Time Payment Failed. Error: Unauthorized domain`
I'm using Flu…
-
This library is cool, I tried to use it on Android X or later, and found that sliding doesn't work,I hope the author adapts to Android Q
-
我是在BottomSheetDialogFragment中使用此控件,使用的时候发现一个Bug,拦截了我的触摸事件,点击事件是正常的,月视图状态我无法向下滑动隐藏BottomSheetDialogFragment
在我需要向下滑动隐藏BottomSheetDialogFragment的时候不能滑动,如果不选择年份滑动是正常的,选择19年的月份后月视图无法向下滑动,选择其他年份后月视图就能向下滑动…