Kacper Kafara

Results 76 comments of Kacper Kafara

It would not help much. Please see [this article](https://stackoverflow.com/help/minimal-reproducible-example).

Hey @AliYar-Khan, The issue is irreproducible on latest `react-native-screens` version (3.25.0). Please provide me with reproducible example (preferably github repo with application setup) & tag me -> I'll reopen the...

Oh, this gives me instant nudge that this might be Expo issue, but I'll look deeper into this then. Will notice you once I have some info.

Hi, sorry for late response! There is likely no workaround, because as @jaredly reported, indeed Android modal view are effectively not implemented. I recently started looking into it while attempting...

Yeah, took a look. We (in `react-native-screens`) assume that `NavigationContainer` (`ScreenStack` on native side) is attached under `ReactRootView`, otherwise we throw an native exception - the one you see. Looks...

Hey, I fail to spot the issue in my test application. Please provide us with proper reproduction & screenshots.

@bulkinav How do you enable new architecture? You should do it by setting `newArchEnabled = true` in your application `gradle.properties` as done [here](https://github.com/software-mansion/react-native-screens/blob/0d906283b3b9c943a41ca692365fd8ee48ab71ec/FabricTestExample/android/gradle.properties#L32-L37). Seems like that's missing.

Yeah, this is rather unintended. Thanks for letting us know. Most likely we will bring back react-image to our dependency list, as we directly consume it.