Ollie
Ollie
It will be correct when I close `bridgelessEnabled`.
> @NiuGuohui Just to confirm, you're on New Architecture right? I tried again. Now AppState seems to be working properly. But I found that this error still occurs when enable...
> @alanjhughes @NiuGuohui can we isolate what's the problem here? > > I've tried to reproduce, and yes, the: > > ``` > Unhandled SoftException > com.facebook.react.bridge.ReactNoCrashSoftException: Tried to access...
> > I tried to open ReactHostImpl.class (the built-in decompilation tool in Android Studio) and noticed that it seems not quite consistent with the [code in the repository](https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.java?rgh-link-date=2024-04-26T01%3A13%3A10Z#L687). I'm not...
I can provide a case: ``` { console.log('start'); }} > { console.log(123); }} > 12323 ``` Try clicking on the right part of the red area. UI responds but does...
> Hmm I am not using the new architecture though, and this problem seems to have happened for a long time (before new architecture existed). > > We tried this...
> > This is a bug in react-native-screens. > > @NiuGuohui can you please share a link to that issue (if there is one) for future readers? In my case,...
同样遇到了这个问题,而且我这儿还出现了资源重名的情况
@ggunti I think you have to deal with it.
I think RNN has also encountered this issue: https://github.com/facebook/react-native/issues/44266