vucms

Results 16 comments of vucms

@WoLewicki Hmm, I just think android project settings isn't compatible with new react native screens. Actually it was working fine after I reverted back to old version. Not sure why

Yes, it's working on fresh project. Going to reproduce the bug here

Hey @WoLewicki. So sorry for late, I've just created reproduction of the crash issue in this repo : [https://github.com/iamvucms/rn-screens-reproduce-crash-android](https://github.com/iamvucms/rn-screens-reproduce-crash-android).

@WoLewicki Thank you so much for checking my repo. I will back to this issue after find solution.

@ferasabufares Sorry, I did not. I'm still keeping using old version. Not sure what is conflicting in my android config vs rn screens

Hi @cortinico, Here is my podfile, I didn't change anything yet. I init project on my window, then bring it to macos but face this issue. ``` require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative...

> I removed `post_install` and it works for now. I did it and could run pod install but faced some errors such as couldn't control statusbar in ios, it required...

Commented out `mac_catalyst_enabled => true` and everything worked fine. Thanks all ```ruby post_install do |installer| react_native_post_install( installer, # Set `mac_catalyst_enabled` to `true` in order to apply patches # necessary for...

Ya, I know that. I no longer update this repo

Hi, You can log the error in **catch** of get post action to see the bug or show here