Skip to content

3.0.0

Choose a tag to compare

@oblador oblador released this 19 May 10:31
· 96 commits to master since this release
  • Breaking change: Refactors component to ES2016. Imports are now done with import * as Progress from 'react-native-progress'; or import ProgressBar from 'react-native-progress/Bar';
  • Separation of React and React Native imports to fix warning.
  • Fixes overflowing ProgressBar on android.