vovka-s

Results 7 comments of vovka-s

Any updates? It's realy usefull feature!

> The Cordova Push plugin does not adapt to Android 12 yet. You are advised to manually add the export configuration as follows: > > `android:exported="false"` Ok, thanks!

I have the same problem on - rnmapbox 10.1.38 - RN 0.76.7 Do you have any fix or workaround?

In my case scroll didn't work because the `BottomSheetFlashList` was wrapped into `BottomSheetView` Check the order of components The true order is ``` ``` Also BottomSheetFlashList's `contentContainerStyle` mustn't contain style...

> > In my case scroll didn't work because the `BottomSheetFlashList` was wrapped into `BottomSheetView` Check the order of components The true order is > > ``` > > >...