Closed m-bert closed 3 months ago
Hey @m-bert ! We came across an uptick of this split crash on our side as well. Do you know if there is a release planned soon including this fix?
Many thanks in advance and for this fix!
Hi @EvertEt! Most likely this or the next week.
Thank you! 🤞
Description
This PR does 2 things:
style.scale
is defined in order to avoid crash when trying to callsplit
methodscaleY
if only one value was present instyle.scale
Test plan
Using code below I've verified that scale is calculated correctly by manipulating
element.style
ininspector
.Test code
```tsx import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; import { Gesture, GestureDetector } from 'react-native-gesture-handler'; export default function EmptyExample() { const g = Gesture.Pan(); return (