sekizlipenguen / react-native-popup-confirm-toast

MIT License
89 stars 12 forks source link

Weird bug when putting <PopupRootProvider></PopupRootProvider> into app.js #23

Closed Loris83 closed 2 months ago

Loris83 commented 6 months ago

Hello, first thank for your work, it is amazing. I have a weird issue when using it unfortunately. When using it, I can slide down my app, as if there was something after my screen. Take a look :

image image (I can keep scrolling until i don't see the page anymore) It only happens when i put into my app.js. image Do you have an idea how to fix that ? Many thanks in advance.

sekizlipenguen commented 2 months ago

Screenshot 2024-07-16 at 09 13 27

Hello,

It's been a while, I hope you have found a solution. However, from what I can see, you have wrapped your component with SafeAreaProvider. When using NavigationContainer, I know that this isn't necessary and it might be the reason you're facing the issue. It would be a good idea to try removing SafeAreaProvider and see if that resolves the problem.