shirakaba / react-nativescript

React renderer for NativeScript
https://react-nativescript.netlify.com
MIT License
280 stars 14 forks source link

Support FlexBox via style setting #8

Closed shirakaba closed 5 years ago

shirakaba commented 5 years ago

Currently only supported via FlexboxLayout component; would be nice to handle this transparently instead.

shirakaba commented 5 years ago

Looks like the various flexbox properties are supported by the style object, provided the target is indeed a FlexboxLayout.

Abstracted away as well as it ever will be by my experimental <View> component in RNTester.