Skip to content

0.4.0

Compare
Choose a tag to compare
@oblador oblador released this 29 Nov 12:23
· 128 commits to master since this release
  • transition now supports multiple values, just use an array instead of a string: transition={['fontSize', 'color']}
  • transitionValue is deprecated, use style prop instead: style={{fontSize: this.state.fontSize}} or style={someCondition ? styles.whenCondition : styles.whenNot}.
  • StyleSheet.flatten is now required for transition, just upgrade to RN 0.15 if it complains.
  • React Native 0.16 RC support.