-
### Description
I have a Xamarin.Forms app with the following navigation behavior:
`MainPage -> PushModalAsync [bottom to top animation] -> PushAsync [right to left animation] * n -> PushModalAsyn…
-
## Description
I created a animated component of Ionicons icon set using `Animated.createAnimatedComponent` and tried to animate its translateY, but nothing happens
### Expected behavior
Th…
-
Here is my custom modal, I cannot scroll inside this modal
import {
Dispatch,
FC,
ReactNode,
SetStateAction,
useCallback,
useContext,
} from 'react';
import {
Platform,
Pr…
-
I have an BottomSheetComponent which the wheelpicker should work in.
```js
import React, { useRef } from 'react'
import {
Animated,
Modal,
PanResponder,
View,
LayoutChangeEvent,
…
-
### Description
When playing audio through the Pocket Casts watch app, the system should detect that playback and reflect it with an ongoing activity in three ways:
1. The watch's home screen sh…
-
### Guidelines
- [X] I have searched searched open and closed issues for duplicates
- [X] I am submitting a bug report for existing functionality that does not work as intended
- [X] This isn't a fea…
pudup updated
2 weeks ago
-
### Tested versions
- Reproducible in: v4.3.stable.official [77dcf97d8]
- Not reproducible in: v4.2.1.stable.official [b09f793f5]
### System information
Godot v4.3.stable - Ubuntu 22.04.4 LTS 22.0…
-
## About this issue
- Stuttering when scrolling in a LazyList
```kotlin
LazyColumn() {
items(journals) { journal ->
JournalRow(
journal = journal,
…
-
### Current behavior
Every time I load my app, after updating a bunch of my packages (of note: react-native, expo), I get this error:
```js
Warning: A props object containing a "key" prop is bei…
-
Is any plan to add a field to change the alignment of the content of a bottom sheet?
Here -> wolt_modal_sheet_animated_switcher.dart is fixed to bottomCenter, but I want to topCenter, is any plan …