-
When i use showModalBottomSheet and pressed back button on Android, it pops the Flow pages instead of close ModalBottomSheet.
Navigator.pop(context ""bottomsheet context"") close the bottomsheet
I…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Explain what you did
I am trying to render a `TabView` with `TabView.Item` components in the `BottomSheet`.
#…
-
Hello i get problem
```
Button button = (Button) findViewById(R.id.buttonDate);
button..setOnClickListener(new View.OnClickListener() {
@Override
…
-
**Description:**
When upgrading to 1.6 from 1.5 our bottom sheet started to appear at the top of the screen when transitioning to a different fragment inside.
https://user-images.githubusercon…
-
Can I do something like this?
```jsx
// components/BottomSheet.js
import React from 'react'
import ReanimatedBottomSheet from 'reanimated-bottom-sheet'
import { useWindowDimensions, View } from…
-
I have a simple BottomSheet in xaml like this:
`
`
…
-
i am using the plugin. if i am to search the country the bottomsheet show half of the screen. the bottomsheet should be a little bit up because of the keyboard. if you dont mind, i should make a pul…
-
Whenever the RecyclerView refresh with Glide or notifyDataSetChanged, the height of the BottomSheet will drop.
I tried to move it up again with
anchorBottomSheetBehavior.setState(AnchorBottomSheet…
-
Is it possible to expand the modal bottom sheet at swipe up action?
-
**is there any way to Dismiss BottomSheet from Command on ViewModel !!?
I have tried this, but this calls the content page that has been opened before the bottom sheet:**
```
else if (response.S…