You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: