-
As in title only one card visible after update to react native 0.76, to reproduce this bug just create expo blank expo project with sdk 0.52 which use 0.76 react native version and no matter stacksize…
-
### Description
before Im upgrade to react native 0.76.1(new arch), Im using react native 0.75.4 and its work fine with old arch. I have trace error why my modal children is not rendered, because i h…
-
### here is the code
try {
const uri = await ref.current.capture();
console.log("Profile Card Captured Successfully--->", uri);
…
-
### Description
As the title says, flip card animation example present in your [page](https://docs.swmansion.com/react-native-reanimated/examples/flipCard/) is broken in iOS with Expo 52. I am usin…
-
### Current behaviour
This adaptation doesnt work
```
import {
DarkTheme as NavigationDarkTheme,
DefaultTheme as NavigationDefaultTheme,
} from '@react-navigation/native';
import {adaptNavigatio…
-
### Bug Report: Card Swiping Issue on iOS
#### Issue Description:
On iOS, when swiping a card and quickly tapping the next card before the previous one is fully swiped away, the next card is unint…
-
-
### Description
After updating to the latest version, SDK52, my app has stopped working on iOS devices, although it was previously working fine on both iOS and Android. Specifically, the TouchableOpa…
-
### NextUI Version
2.4.8
### Describe the bug
I've encountered an issue with the `Image` component from `@nextui-org/react` where the image stretches beyond the parent element, ignoring its c…
-
### Description
In a navigator with 2 card modals in the stack, calling `navigation.goBack()` causes a double-pop (navigating back 2 screens, instead of 1). This only occurs on the old architecture…