Skip to content

v0.4.3

Compare
Choose a tag to compare
@vjeux vjeux released this 14 May 23:44
· 30437 commits to main since this release

91 commits, 23 contributors, 9 days

New Features

  • Websocket polyfill
  • AlertIOS.prompt()
  • letterSpacing style property for <Text>
  • borderTopLeftRadius, borderTopRightRadius... style property on <View>

Breaking Changes

  • ref.getNativeHandle() and ref.getNodeHandle() no longer exist. The replacement is React.findNodeHandle(ref)
  • If you were using the undocumented createReactIOSNativeComponentClass or ReactIOSViewAttributes to create iOS wrappers, now you should use requireNativeComponent

Updates

  • Update flow to 0.11
  • Update jest to 0.4.2

Bug Fixes

  • Fix packager with folders that have space inside
  • Fix thread safety for RCTImageLoader
  • Properly support overflow: 'visible' on <ScrollView>
  • measure callback can no longer be invoked if the component has unmounted
  • No longer require ruby dependency
  • UIExplorer icon shows up on the home screen
  • Changing left icon now works on <NavigatorIOS>
  • Fix edge cases in <Navigator>