Bogdan Nosovytskyy
Bogdan Nosovytskyy
Any updates?
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 = ({...
Still an issue on 0.72.5
It's a definitely regression from the previous version. 1.23.8 version doesn't have this bug.
Same. Please add old versions!
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...