larsvinter / react-native-awesome-button

A button React Native component supporting showing different states with animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning that ProgressBarAndroid is deprecated

frangeris opened this issue · comments

Thank's for this pack, awesome :)

I'm receiving a warning:

Circular indeterminate `ProgressBarAndroid`is deprecated. Use `ActivityIndicator` instead.

Android 4.2.2
"react-native": "^0.31.0",
"react": "^15.2.1",

screen shot 2016-08-16 at 9 44 25 pm

Is it time to upgrade the src/ProgressBar.js?