Damith Amarasinghe

Results 8 comments of Damith Amarasinghe

@IkaroAlef how please let us know how you're were able to achieve that.

hi is there any fixes regarding this, I have used the patch but not any luck,

@markholland @RodolfoGS @oleg-moseyko I was able to fix this issue. and I have raised a pr Please Have a look

@sa0sh0iip @touchalex it was due to this issue https://github.com/zo0r/react-native-push-notification/issues/2286 try adding this permission on AndroidManifest ``` ```

@risav-sarkar for me it was fixed. and had to handle the permission. could you be able to share the error log

Similar issue is reported on here as well: https://github.com/react-navigation/react-navigation/issues/12824

I've create a patch for it. ```typescript diff --git a/node_modules/@react-navigation/bottom-tabs/src/views/ScreenFallback.tsx b/node_modules/@react-navigation/bottom-tabs/src/views/ScreenFallback.tsx index 9b7580d..5c17546 100644 --- a/node_modules/@react-navigation/bottom-tabs/src/views/ScreenFallback.tsx +++ b/node_modules/@react-navigation/bottom-tabs/src/views/ScreenFallback.tsx @@ -34,6 +34,10 @@ export const MaybeScreenContainer = ({ }; export function...