- Basic OS X support (via
react-native-desktop
). - Refactored codebase to ES2015.
- Breaking change: Splits imports between React and React Native to fix warnings in RN 0.25, ensure you're on at least RN 0.18 and have
react
as a dependency in your project. - Breaking change: Icons will no longer scaled according to user settings by default, use
allowFontScaling={true}
if that's desired. - Breaking change: Upgraded Ionicons to 3.0.0. Many names have changed, most importantly all
android-
icons are nowmd-
. - Upgraded Font Awesome to 4.6.1.