maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

Could not find support-compat.aar (com.android.support:support-compat:26.1.0) #102

Open skokon opened 5 years ago

skokon commented 5 years ago

im trying to use spinkit react native library and its working on ios but when i export it on android i get this log

chrisspankroy commented 5 years ago

This error pops up for a bunch of dependencies in my project, and every time I run npm i these changes get overwritten, but add this to the build.gradle in node_modules/react-native-spinkit: implementation com.android.support:support-compat:28.0.0