Andrei Alecu

Results 277 comments of Andrei Alecu

@ethanshar re-read my message just above, it explains why this happens and has nothing to do with the shared value. There's also a snack you can experiment with. `useAnimatedReaction(() =>...

Hello maintainers, what would it take to get some attention to this? (🙏 @piaskowyk) It's blocking users of `react-native-collapsible-tab-view` from upgrading to RN 0.68 because Reanimated versions above 2.3.0 break...

Everyone affected by this, don't forget to upvote the top post. Perhaps it helps to get it more visibility.

I just found out something interesting. Seems that if I add an empty `onMomentumScrollEnd` handler to the `ScrollView`, it starts firing the event and the repro at the very top...

Indeed, yes, I missed that comment. I didn't really look into this until today so it seems I stumbled upon the same fix. It does seem to fix the repro,...

I don't think there's a need to patch it, you can just try ` {}} />` Edit: I can confirm I'm now testing on Reanimated 2.8.0 and the above workaround...

Try `react-native-collapsible-tab-view@rc` https://github.com/PedroBern/react-native-collapsible-tab-view/pull/255 Let's move this discussion over there as to not hijack this thread. 🙂

Having the same issue referencing `undefined/tenants` on a local openwhisk installation on kubernetes with helm on Docker Desktop Windows. Any progress on this?

Note that even without any http handlers being defined in `serverless.yml`, the error still appears in `serverless info`: ``` endpoints (api-gw): **failed to fetch routes** Open Whisk Error --------------------------------------- GET...

It seems this also came up as a requirement in our project. I’ve been reading the documentation of [UIAppearance](https://developer.apple.com/documentation/uikit/uiappearance), and it appears that there’s a mention of: > iOS applies...