Islam Rustamov
Islam Rustamov
### Introduction In RN's TextInput we only have onChangeText prop, which is fired (for example, in Android) by ReactTextChangedEvent inside onTextChanged function of TextWatcher interface. ### Details There is a...
Official supercluster github repo says that 8.0.0 has an improved performance for clustering and reduced memory footprint. (https://github.com/mapbox/supercluster/releases/tag/v8.0.0) It also has an updated version of kdbush which doesn't throw an...
Re #31 ### What was done - Util functions such as **calculateDelta**, **calculateAverage**, **regionToBBox** and **getMarkersRegion** were rewritten from JS to C++ - Created **installHelpers** to install **regionToBBox** and **getMarkersRegion**...
### Introduction I want to discuss an ability to add more configuration to the **viewabilityConfig**, so that it's possible to more effectively control the calculations of viewable items of the...
**Bug description:** Let's say that I have a bottom sheet (gorhom-bottom-sheet) that has a WebView inside of it. I am able to scroll this webview up and down. But, when...
## Motivation Application I'm working on has a bottom sheet with 3 snap points. Recently I was informed that there is an issue with it: 1. Bottom sheet is at...
## Summary: Below I will present a proposal given at https://github.com/react-native-community/discussions-and-proposals/issues/891 Let's bring up an example. 1. We have a **FlatList** of images; 2. We have a **viewabilityConfig** with **itemVisiblePercentThreshold:...