v0.4.3
91 commits, 23 contributors, 9 days
New Features
WebsocketpolyfillAlertIOS.prompt()letterSpacingstyle property for<Text>borderTopLeftRadius,borderTopRightRadius... style property on<View>
Breaking Changes
ref.getNativeHandle()andref.getNodeHandle()no longer exist. The replacement isReact.findNodeHandle(ref)- If you were using the undocumented
createReactIOSNativeComponentClassorReactIOSViewAttributesto create iOS wrappers, now you should userequireNativeComponent
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
rubydependency - UIExplorer icon shows up on the home screen
- Changing left icon now works on
<NavigatorIOS> - Fix edge cases in
<Navigator>