haxe-react / react-native

React Native externs for Haxe
61 stars 9 forks source link

Be more lenient about children. #10

Closed back2dos closed 7 years ago

back2dos commented 7 years ago

I have some errors here and there when trying to render ints into Text. You get Int should be Null<haxe.extern.EitherType<react.native.component.props.Child, Array<react.native.component.props.Child>>> which can be a bit intimidating to newcomers ^^

kevinresol commented 7 years ago

Thanks!