maxs15/react-native-spinkit

react-native link fails if no android project is setup

sethkrasnianski opened this issue · 2 comments

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?

The same issue. Have you fixed it?

zgrnk commented

same issue still, any updates?