v0.11.0
Good news, maintenance of this bindings have been taken by a new crew. While we are working hard on new, zero-cost & more straight forward bindings that will works nicely with
reason-react 0.7.0 (stay tuned for more soon), we are publishing is a new release that will brings you some latest things before we start to breaks things a little bit (but don’t worry we have a migration plan, just because, like everybody, we have to migrate
various codebases).
This release mostly add some missing stuffs, and fixes some.
Changelog
We have highlighted most significant changes below. You can see the full list of commits here.
Notable changes
- Fully compatible with bs-platform 4.0.18 & reason-react 0.6.0
- A lots of things has been documented
- Deprecate & replace Style.(flatten|concat) with
(array|arrayOption|list|listOption) - Deprecate Style.combine as it's unsafe
- New
Style.transformfunction so you can choose transform order & deprecate
Style.Transformmethods - View props: support
accessibilityRole,accessibilityStates,
accessibilityHint,accessibilityIgnoresInvertColorson lots of components
More in details
- ActionSheetIOS: fix options conversion
- Animated: fix annotations
- FlatList: add
listEmptyComponent,refreshControl,stickyHeaderIndices,
contentInsetAdjustmentBehavior,scrollEventThrottle,
listFooterComponentStyle&listHeaderComponentStyle - Image:
resolveAssetSource - InteractionManager
- Platform: add
select - ScrollView: remove
onScrollAnimationEnd, addsnapToInterval,
onScrollBeginDrag,onScrollEndDrag,onMomentumScrollBegin,
onMomentumScrollEnd,contentInsetAdjustmentBehavior - Style: remove
justifyContent(Stretch)(unsupported by Yoga), add
justifyContent(SpaceEvenly),flexBasis(Auto), newtransformfunction - Switch: remove
onTintColor,thumbTintColor&tintColor, addtrackColor
(viatrackColorTrue&trackColorFalseprops),thumbColorand
iosBackgroundColor - Text: add
accessibilityHint,accessibilityLabel - TextInput: fixes
onChange,onEndEditing,autoComplete - Touchables: add
testID, fixon(Long)Press(In|Out)events - TabBarIOS: fix systemIcon
bookmarks - View:
accessibilityRole,accessibilityStates,accessibilityHint,
accessibilityIgnoresInvertColors - react-native-template-reason: Enhance the react native template so you don't
have a weird black screen. Looks more like standard RN hello world