oblador / react-native-progress

Progress indicators and spinners for React Native
MIT License
3.63k stars 515 forks source link

not showing on android #101

Open JiboStore opened 6 years ago

JiboStore commented 6 years ago

I might have missed something on my side, I just ran npm install and react-native link and straight away plug in the code, but it is not showing on Android. On iOS, it is working seamless (I did follow the instruction to link ART.xcodeproj for iOS though)

Am I missing something on Android? I didn't see anything for android, it says for android it's already included.

Please enlighten me..

MacKentoch commented 6 years ago

I have the same problem on Android Oreo with Progress.Pie(so I use Progress.Bar as a workaround for now).

There is an opened issue #89 related to Android Oreo (8.0+ ) or API 26+.

What is your your android version?

adamski commented 6 years ago

Also seeing this issue. Gradle settings:

compileSdkVersion 25
buildToolsVersion "26.0.2"
samuelematias commented 5 years ago

Same issue here ! Progress on Spinner, just works on iOS ! Android: ext { buildToolsVersion = "27.0.3" minSdkVersion = 16 compileSdkVersion = 27 targetSdkVersion = 26 supportLibVersion = "27.1.1" } iOS: 11 / xCode: 9 screen shot 2019-01-12 at 22 07 20 2