You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing a percentage to a style prop (e.g. width: '100%') the app crashes with the following error: java.lang.String cannot be cast to java.lang.Double.
Since percentages are passed as string, the native side should accept both String and Double.
Thanks !
The text was updated successfully, but these errors were encountered:
Hi !
When passing a percentage to a style prop (e.g.
width: '100%'
) the app crashes with the following error:java.lang.String cannot be cast to java.lang.Double
.Since percentages are passed as string, the native side should accept both String and Double.
Thanks !
The text was updated successfully, but these errors were encountered: