-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on iOS version : 1.5.5 #2751
Comments
Can you give me more information on how to reproduce the issue?
|
Same on version 1.5.4. Error could be Device: iPhone 15 Pro |
@drookyn the error seems to make sense based on changes we have made, would you have a standalone example that allow to reproduce the crash? |
|
@wcandillon not on the fly. Is hamdij0maa's example enough if its reproducible? |
@drookyn no we have the example app + e2e test suite that pass, I'd be curious to get a sense of the condition that can create this error. |
changing the canvas style from : -- height , width if not set => causes the crash |
Thanks a lot @hamdij0maa I was able to reproduce the crash and now submitting a fix for it. |
@wcandillon thank you 🙏🏼 🚀 |
🎉 This issue has been resolved in version 1.5.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@wcandillon installed 1.5.6 , instant crash will lyk once issue found, iOS Simulator, version 1.5.6 |
<Canvas mode="default" pointerEvents="none" style={themeStyles.box('absoluteFillObject', 'dark')} collapsable={false}> <Rect x={0} y={0} width={width} height={height}> <LinearGradient positions={positions} start={startVector} end={endVector} colors={colors} /> </Rect> </Canvas>
The text was updated successfully, but these errors were encountered: