Maxi

Results 13 comments of Maxi

Looks like @dijonmusters had already started working on this: https://github.com/supabase-community/supabase-auth-helpers/commit/2a690e50f1cbe0f5ad5e119818705774e2d90363 Might a good starting point Victor! Let me know if you need help, would be happy to contribute

Hey @MichalLytek, I'm happy to contribute to this PR in case you need support! Would just need some guidance w.r.t what's still left to do

> We are currently rewriting Prisma in Rust which will mitigate all of the RAM usage issues. > > See: https://github.com/prisma/prisma/blob/master/ROADMAP.md#implementation-phase is this still being worked on?

@rranjan14's patch works for me, thank you! Would be great to get this fixed in @react-native-menu/menu

@kkafar also worth mentioning that the screens in the repro are siblings in a native stack navigator. I believe [this workaround](https://github.com/software-mansion/react-native-screens/blob/main/ios/RNSScreen.mm#L1890-L1920) only works if we navigate from a child to...

ran into a similar issue just now, and exporting my custom tagged error (even though it's not used directly outside of the file it's defined in) fixed the issue for...

@leggomuhgreggo I think you're right. I removed the notifee config plugin from my app.config.js and everything is working fine so far. Tried it with a development build and a production...

@helenaford is this expected? If so, shall I create a PR to update the docs saying that for expo projects no further action is required after npm/yarn/pnpm installing `@notifee/react-native`?

@helenaford I just cloned the repo to update the docs, but saw that the docs are indeed already updated w.r.t to not needing an expo config plugin. While I was...