Vitaly Statsura
Vitaly Statsura
Have you added NSUserTrackingUsageDescription to info.plist?
Написал в техподдержку, пока ничего не ответили.
I guess this repository is dead🥲 but many community packages include it's has dependency (for example react-navigation). Maybe who known alternative or can to contact to author and get access...
> Happening to me too. I managed to fix it by also including the `selection` prop, seems they are linked in some way, while not being explained in the documentation?...
I'd like to see that feature, too.
I think we should use [imePadding](https://developer.android.com/develop/ui/compose/layouts/insets#inset-size) for such cases. I unfortunately don't understand how to use it outside of “android compose”
You need use additional [library](https://github.com/zoontek/react-native-bars) to support [edge-to-edge](https://developer.android.com/develop/ui/views/layout/edge-to-edge#:~:text=Once%20you%20target%20SDK%2035,have%20a%20top%20app%20bar.) mode on android. When you will target to android 15 this options will be enabled by default - https://developer.android.com/about/versions/15/behavior-changes-15#edge-to-edge But react-native doesn't...
@Milutin-P you can use [bluesky fork](https://github.com/bluesky-social/react-native-mmkv) it's v2 version with support 16kb
I think this will work as a temporary solution. I had a slightly different problem with the portals. And I achieved the desired result by adding these lines ```tsx {props.children}...