maxs15 / react-native-spinkit

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

react-native link fails if no android project is setup #82

Open sethkrasnianski opened 7 years ago

sethkrasnianski commented 7 years ago

We're building a react native app, but currently the only requirement is for an iOS app, therefore our project contains no android directory. However, running the react-native link command errors during the rnpm-prelink script since it cannot find android/android.gradle.

Shouldn't it just skip this step instead of error?

vysotsky commented 6 years ago

The same issue. Have you fixed it?

zgrnk commented 5 years ago

same issue still, any updates?