MarchewkaMatthew
MarchewkaMatthew
Hi everyone, Is there any example expo plugin that sets the `"$RNFirebaseAnalyticsWithoutAdIdSupport=true"` in Podfile? I would like to add it to my project to avoid problems in app review, but...
Our users reported the same issue - two reports from Xiaomi Mi 9T, please let me know If it's a known problem, or maybe we should prepare some more details...
Hi @brentvatne, thanks for the response. Unfortunately changing these options, doesn't help. When I come back to the app via the app icon, the app is reset to the initial...
Hi @brentvatne, is there anything else you would recommend to solve this problem? Do you consider this as a bug in the `expo-auth-session` or maybe it works as intended, and...
Hi @OFD16, I fixed my issue using the solution mentioned in this comment: https://github.com/gorhom/react-native-bottom-sheet/issues/807#issuecomment-1160423008, maybe it will help in your case as well
@tslater here are my versions: ``` "@gorhom/bottom-sheet": "^4.6.3", "expo": "~51.0.19", "react-native": "0.74.3", "react-native-reanimated": "~3.10.1", ``` I don't have new architecture enabled. It indeed only changes the behavior of the backdrop...
> > I got the same error with this dependency after fixing the sentry issue. These errors occurred after upgrading my mac to xcode 16 too. I was able to...