Skip to content

0.5.0

Compare
Choose a tag to compare
@oblador oblador released this 24 May 22:55
· 42 commits to master since this release
  • Separates React and React Native imports as required by React Native 0.26.
  • ProgressBarAndroid is now default indicator on Android.
  • No more peerDependencies.
  • Breaking change: Project refactored to ES2016, if importing subcomponents with require consider using import instead or something like require('react-native-progress/Bar').default.