happyfloat UG
happyfloat UG
@RobSchilderr I'm using the cloud version, unrelated to my intel macbook pro. @meetzaveri I tested it with the new cloud version `v2.6.1-cloud.1` and it gives me a new error message!...
Maybe my problem is related, but it only started happening with alpha3 not alpha2: https://github.com/software-mansion/react-native-reanimated/issues/2366
maybe similar: https://github.com/software-mansion/react-native-reanimated/issues/2366
I got it working by wrapping it into a small timeout
Could flex-gap support in RN 0.71.0 solve this issue? https://github.com/facebook/react-native-website/pull/3398
Does anybody has an example how to do it / calculate it?
I moved to this hacky solution now I found elsewhere instead of carousel: ```dart Column( mainAxisSize: MainAxisSize.min, children: [ SingleChildScrollView( scrollDirection: Axis.horizontal, child: Row( mainAxisAlignment: MainAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start, children: []...
Just testing Nocodb for the first time and also running into this issue when trying to connect/sync with my existing database. I created most of my db schema via the...
You can apply this patch, then it works (somewhere is an open PR for this): `react-native-reanimated+3.1.0.patch` ``` diff --git a/node_modules/react-native-reanimated/ios/REANodesManager.mm b/node_modules/react-native-reanimated/ios/REANodesManager.mm index 26bb253..10e6028 100644 --- a/node_modules/react-native-reanimated/ios/REANodesManager.mm +++ b/node_modules/react-native-reanimated/ios/REANodesManager.mm @@ -85,19...
I also noticed problems with the performance of Moti. The first 2-3 repeats went smooth but after some scrolling or open/closing modals (can't remember exactly) it went bad fast. So...