Pavel Gric

Results 26 comments of Pavel Gric

I've also come to few use cases where I'd use that passing `edges={[]}` turns off all edges. It's surprising to me it doesn't, because the code clearly says what I...

Do you have any log from the crash? What device did you use? I tried it on Samsung S22 with Android 12 and it works fine

So it was error in mapbox and not this lib? Or did you take something from that solution and applied patch for this lib?

ok, so it's mapbox issue, because it says to modify `@react-native-mapbox-gl/maps/android/rctmgl/build.gradle` file, for which you have to have that lib installed, it's not dependency of this lib. Thank you

I may look into it, but I am not sure how at the moment, I am not very experienced with native code. Someone with better native experience might do it...

@amor87 I didn't modify the native code, I only made some workaround with timeout on js side to prevent never resolving request. Not sure where the cause of your issue...

That's not a bug of this library and neither should it be doing what you propose. You can use https://www.npmjs.com/package/react-native-keep-awake

That won't clear the input, because the `value` prop > Will attempt to locate a matching item from the items array by checking each item's value property. If found, it...

As a workaround, the scaling can be "disabled" using [react-native-device-info](https://github.com/react-native-device-info/react-native-device-info#getfontscale) by setting fontSize: `fontSize: 14 / DeviceInfo.getFontScaleSync()`