André Tineo
Results
1
comments of
André Tineo
I found that this is the function that causes the re-rendering: ```javascript const handleLayoutAnimatedText = React.useCallback( (e: LayoutChangeEvent) => { const width = roundLayoutSize(e.nativeEvent.layout.width); const height = roundLayoutSize(e.nativeEvent.layout.height); console.log('handleLayoutAnimatedText', width,...