Tymoteusz Boba
Tymoteusz Boba
Hi, @taksvals! After creating a minimal repro from `npx react-native init` with version 0.73.7 and adding `react-native-screens` dependency along with `react-native-safe-area-context`, I'm unfortunately unable to reproduce this issue. Could you...
@alduzy hmmm, looks like Lint runner is failing, do you know what might be the cause while performing `yarn lint`?
Hi, @AlirezaHadjar, thanks for submitting the issue! Yeah, this is definitely not correct to require configuring this prop while using Screen Transition API 😅 We'll look onto that, thanks!
I've investigated this PR quite a bit and I see that this error is caused by this line - https://github.com/software-mansion/react-native-screens/blob/main/src/native-stack/views/NativeStackView.tsx#L310 Since we want to also rely on theme from React...
Hi @Bayramito, currently the PR with the fix is open, however since it's a breaking change, we're waiting for merging it. For now, if you're not using any lacking API...
Hi everyone! Yeah, this looks like a missing `librnscreens.so` file. Could you check whether your project has `reactNativeArchitectures` property defined in `gradle.properties` file and that you're not running the project...
Let me take a look on what might cause this error. Also, just a note from me - I would **highly** not recommend using `3.0.0` version of react-native-screens and consider...
I've just checked provided reproducer with a slight modifications: - I've removed appcenter-related dependencies, since I was unable to run my examples with them - I've updated React Native to...
Hi @emitchel, thanks for filling this issue! Yeah, using Jetpack Compose along React Native Screens have already been heavily discussed in our internal Screens Team 😄 We've got this task...
~~Hi @efstathiosntonas, thanks for passing this! Have you checked locally if this change works for you? What do you think about it?~~ Nevermind, I saw your comment in the issue...