3.0.0
- Breaking change: Refactors component to ES2016. Imports are now done with
import * as Progress from 'react-native-progress';orimport ProgressBar from 'react-native-progress/Bar'; - Separation of React and React Native imports to fix warning.
- Fixes overflowing ProgressBar on android.