Results 13 comments of LPitonakova

So I've been using the wix react-native-notifications library to display my notifications. Turns out they chose to write custom code to completely override whatever you set in your metadata! I...

Update: This is what worked for me, although I am not sure if the app will pass Apple's review process yet: 1. in the Xcode -> Organizer window, after you...

I have seen this with another Share extension library, in RN 0.61 and Android SDK 29. I don't think it's a problem with this particular setup that you have. The...

Upgrading to latest versions doesn't solve the issue for me, although it changes it. Now, when I switch a tab from 1 -> 2, then back from 2->1 and then...

For me, I found the issue happens when I render something underneath the TabView. In my case, it was a Submit button. The way I solved it was to make...

> No issues on my side That's nice but not useful. How complex are your views? How nested? Mine are pretty complex which may the issue - I know RN...

I can confirm a similar issue. It seems like closing a Modal causes the whole tab view to shift position towards the top of the screen

I switched from using the standard RN's Modal to using Portal from [React Native Paper.](https://callstack.github.io/react-native-paper/docs/components/Portal/) Now my app works great again. To be honest, RN's standard Modal has always been...

In addition, I notice that `onUserLocationChange` even is never called on Android. It is called on iOS.