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?
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 thereact-native link
command errors during thernpm-prelink
script since it cannot findandroid/android.gradle
.Shouldn't it just skip this step instead of error?