Vitaliy Leonov

Results 13 comments of Vitaliy Leonov

@JoviDeCroock this is simple example... what if i want to format received value? `event.target.value.replace(/[^0-9]g/, '')` https://codesandbox.io/s/preact-controlled-input-2-1olep

@JoviDeCroock as far as i understand, `set` doesn't use deep comparison for prev and next value. i want to write only numbers into state. if i input `abc` and then...

@dwelle thx, i'll use your variant until bug will be fixed

If you modify `sourceExts` at **metro.config.js**, you should specify **all** extensions. ⚠️ Wrong `sourceExts: ['jsx']`. If you don't specify `js` metro couldn't resolve entry point — `index.js` ✅ Right config...

I think it's because MapView unmounts incorrectly. If turn off detaching screens app does not freeze. ``` ... ``` Referencing to https://stackoverflow.com/a/49351100/7024360

@christocracy is it depends on `distanceFilter` value? I noticed that with `distanceFilter: 0` it works much more accurate

@christocracy I'm facing with same issue. If I passed `interval: 1000` location is triggered every ~10s, if I passed `interval: 10000` location is triggered every ~20s. Looks like a bug.

## Your Environment * Plugin version: 4.12.1 * Platform: iOS * OS version: 16 * Device manufacturer / model: iPhone X * React Native version (`react-native -v`): 0.72.0 * Plugin...

I understand that intervals could be various, but difference in 10 seconds is too much when interval is 1 second. iPhone simulator has the same behaviour and it doesn't few...

Yes. Looks like side effects produce this bug. Because I run `watchPosition` in clear environment and it works perfectly