Thibault Capelli
Thibault Capelli
Same issue here with a bottom tabs navigation. Here is a simplified overview of my navigation structure: native-stack (1) => bottom-tabs (2) => native-stack (3) I have the issue in...
Hello @ThomasGuenard, sorry I missed your reply. I didn't know about Dimentions.get('screen'). I tried it, but I get random behavior. Sometimes it works, sometimes it doesn't. I'm still using a...
I'm currently on the 10.0.0-alpha.23 version. Got it working by: - Removing the RCT prefix in Android native modules => Is this working with the old arch ? - Avoiding...
I'm encountering the same problem in a monorepo with dependencies installed in the root directory. Has anyone found a solution?
I have the same issue with new architecture enabled, only tested on Android Pixel 7a ### Package versions ### "@react-navigation/native": "^7.0.0", "@react-navigation/native-stack": "^7.0.0", "react": "18.3.1", "react-native": "0.76.1", "react-native-screens": "^4.0.0" I...
Should be fixed by #2466 for header pressables
Any news on this issue ? I have the same here
I have the same issue without Jest. Did I miss something ?
I finally resolved the bug on my side with NX 19 and RN 0.73.8 I removed some lines in metro.config.js ``` resolver: { ... - resolverMainFields: ['sbmodern', 'browser', 'main'], -...
@bohdan-heiko-solid Did you find a way to improve your carousel performance ?