-
http://www.muliba.net/flutter/2019/01/26/Flutter-%E5%AD%A6%E4%B9%A08-BottomSheet.html
-
### Version
v5
### Reanimated Version
v3
### Gesture Handler Version
v2
### Platforms
iOS, Android
### What happened?
Reanimated version [3.16.0](https://github.com/software-mansion/react-nat…
-
### Picker Implementation of Description Prop
## Android
[Android](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/src/mobile/picker/index.android.js)'s `BottomSheet` util…
-
https://github.com/material-components/material-components-android/releases/tag/1.4.0
NavigationRailView と Motion Theming が追加されています。
その他、MaterialToolbar でタイトルの中央寄せが可能になったり、BottomSheet の edge-to-…
-
Created from b/173042655, the bottom sheet widget throws exceptions if used without an animationController, even though this property is nullable.
## Steps to Reproduce
1. Create an app with…
-
For example, **instead**
```
```
Use
```
```
and commit fragment, for example by button click
```
TestFragment testFragment = (TestFragment) getSupportFragmentMana…
-
I've implemented the layout in a bottom sheet layout. But I'm getting an empty blank screen. Am I missing something? Here's my layout:
```
```
-
## Current behavior
Sometimes we got an empty page with FlashList. We used the Component Inspector to check the component hierarchy shown as below:
![Screenshot_20220916-131959_GasBuddy](https:/…
-
I am trying to change colors on PdfView, on Android it works correct, but on iOS it's just make solid color under the PdfView without changing real colors inside the Widget.
And When I am calling bot…
-
### Introduction
React Native portals would allow to render a component into a different native hierarchy while preserving the context and react tree hierarchy. This feature already exists in the…