Bogdan Nosovytskyy

Results 7 comments of Bogdan Nosovytskyy

It works fine with this config... This one adds debounce on press event and it looks good. But still, I don't understand why it's happening. ``` const interpolator = ({...

It's a definitely regression from the previous version. 1.23.8 version doesn't have this bug.

Hi @krystofwoldrich, Thank you for your reply. I can provide one area where the issue appears for sure. ``` import React, { FC, Fragment } from 'react' import { Dimensions,...

My Metro config ``` const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config') const { withSentryConfig } = require('@sentry/react-native/metro') module.exports = (async () => { // Get the default configuration from the...