Tymoteusz Boba
Tymoteusz Boba
Android Build Error - Execution failed for task ':react-native-screens:configureCMakeRelWithDebInfo'
@kumarGautamAramark This seems to be issue with React Native, rather than error from Screens. I found that there were some issues with prefab already in 0.70 - https://github.com/facebook/react-native/issues/34871
Android Build Error - Execution failed for task ':react-native-screens:configureCMakeRelWithDebInfo'
I can confirm this exists on my side 👍 We'll try find a solution for that. Thanks!
Android Build Error - Execution failed for task ':react-native-screens:configureCMakeRelWithDebInfo'
Hi everyone, thanks for confirming that on your scenario this error also happens! I can observe, that the case with `PACKAGE_PATH` error happens only on projects with the React Native...
Android Build Error - Execution failed for task ':react-native-screens:configureCMakeRelWithDebInfo'
Hi all! This fix has been included in the newest release of React Native Screens: **3.31.0-rc.0**! 🎉 Please note that this is a release candidate for upcoming version of Screens:...
Because of the new version of ktlint, I see that some of new rules have been introduced that changes the way how we're writing the code. @kkafar should we disable...
Hi everyone! `react-native-screens` maintainer here. There's an ongoing [pull request](https://github.com/software-mansion/react-native-screens/pull/2019) that fixes the animations on Android API 33+ in our repo. This change should fix some buggy animations that were...
Hi @gtokman, thanks for opening this issue! 🥳 Unfortunately our CD is failing on the method `onModalDismiss(nil)` 😕 Also, I don't know if I understand the `onModalDismiss` prop correctly -...
Hi @ha3, thanks for reporting this issue! Unfortunately I cannot reproduce this problem. On my side `useReanimatedHeaderHeight` hook returns correct values when I'm trying to swipe the search bar. On...
Actually, when I'm trying to use native stack v6 from React Navigation the issue occurs for me 💡 Let me investigate that further, I'll try to come back with a...
@ha3 I've tried to test `useReanimatedHeaderHeight` on example app from React Navigation and it seems that I've managed to make it work. My first assumption is that react navigation needs...