-
## Environment
**Flutter version:**
**Plugin version:**
**Android version:**
**iOS version:**
**Xcode version:**
**Device information:**
## Description
**What you'd like t…
-
### Which platform(s) does your issue occur on?
- iOS
- emulator
### Please, provide the following version numbers that your issue occurs with:
- CLI: 7.0.6
### Please, tell us how to recreat…
-
Here you can see that when I stop dragging BottomSheet outside the page it continues hanging in the air.
Actual behaviour: transform: translate3d(0px, -19.2872px, 0px);
Expected behaviour: transfo…
-
## Environment
expo-env-info 1.0.5 environment info:
System:
OS: Windows 10 10.0.19044
Binaries:
Node: 16.13.2 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.11 - ~\AppData\Roaming\npm\yarn.CMD…
-
As of now, we've got some mismatch between code & design.
So far discovered
Radius Small = 12px in design, 8px in code
Radius Large = 20px in design, 24px in code
Radius used on (almost) all car…
-
# Bug
We have a setup that is using `BottomSheet` where `BottomSheetModal` is better suited. However, the Portal setup does not work with `BottomSheetModal` - it does however work correctly with `B…
-
# Bug
When interacting with an input field within the bottom sheet on iOS, the keyboard opens above the bottom sheet instead of pushing the content upwards with it. This only seems to be an issue o…
-
# Bug
In Expo SDK 47, a v4 BottomSheet with a FlatList:
- on iOS, allows for adjusting bottom sheet height *and* scrolling the FlatList content
- on Android, allows for one or the other
This…
-
# Feature Request
i see that we have onClose `props` to detect whether the action for the bottom sheet is closing or not
why don't we have the same one for `open` action?
## Why it is nee…
-
Now, return types don't work with customRouteBuilder correctly
Because of the last commit c2953feab41f6931ee25943df971386fb9462cd3. Type annotation removed from the function
```diff
/// Signature…