react-native-progress icon indicating copy to clipboard operation
react-native-progress copied to clipboard

not showing on android

Open JiboStore opened this issue 6 years ago • 3 comments

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..

JiboStore avatar Jan 28 '18 09:01 JiboStore

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?

MacKentoch avatar Mar 16 '18 15:03 MacKentoch

Also seeing this issue. Gradle settings:

compileSdkVersion 25
buildToolsVersion "26.0.2"

adamski avatar Apr 16 '18 14:04 adamski

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

samuelematias avatar Jan 13 '19 01:01 samuelematias