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
Should accept an array of styles (like React Native), and should not throw an error if an undefined style is passed in (because we've marked it as optional).
Should probably also be added to the typings of ViewBase so that it comes up in, e.g. FlexboxAttributes.
The text was updated successfully, but these errors were encountered:
Should accept an array of styles (like React Native), and should not throw an error if an
undefined
style is passed in (because we've marked it as optional).Should probably also be added to the typings of ViewBase so that it comes up in, e.g. FlexboxAttributes.
The text was updated successfully, but these errors were encountered: