-
Notifications
You must be signed in to change notification settings - Fork 163
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
gl-react-native App crashed with Surface with style prop #308
Comments
Same problem here: when I pass style prop to Surface app will crash. I'm not using expo. <Surface style={{ width: 300, height: 300 }} /> Dependencies version:
Device logs:
|
Seems it works with version 4.0.1
|
Same issue, when i style Surface with fixed height, width. |
any solution on this guys? I am using same version 5.0 app randomly crashes on both platforms after even though |
any updates on this issue....app is crashing when style prop is used in surface |
bug report
I was working on to react-native app , not expo , trying to implement the and it caused app crash after loading it.
library
Even not put the as as child, will still have the issue, noticed that it happened while using Surface with style
<Surface style={{ width, height }}>
Expected behavior
Able to load and allow to manipulate the saturation
Actual behavior
App Crashed.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: