n4kz / react-native-indicators

Activity indicator collection for React Native
Other
899 stars 117 forks source link

Android 7 MaterialIndicator broken #5

Closed yellow-pomelo closed 6 years ago

yellow-pomelo commented 6 years ago

Hi, while using the library on Android 7, the MaterialIndicator behaves like this: spinner-android

it happens both on a simulator and a real device. All is fine on older Android versions and IOS.

react-native: v0.51.0 react-native-indicators: v0.11.0

n4kz commented 6 years ago

Thanks for reporting! Looks like some animations with borderRadius were broken in recent RN versions. I've found similar reports in facebook/react-native#17224 and facebook/react-native#17400. I can suggest using RN 0.50.4 or another indicator if downgrading is not an option until this issue is resolved in RN.