We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the documentation (android/app/build.gradle), android { ... defaultConfig { applicationId "com.yourproject" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy "RNN.reactNativeVersion", "reactNative56" // <== for rn0.57 what should i add here? versionCode 1 versionName "1.0" ... } ... }
The text was updated successfully, but these errors were encountered:
There is an open merge request for RN 57 support: #3851
I suggest you close this issue and Subscribe to that merge request and you will be notified when it's merged.
Sorry, something went wrong.
No branches or pull requests
Issue Description
In the documentation (android/app/build.gradle),
android {
...
defaultConfig {
applicationId "com.yourproject"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative56" // <== for rn0.57 what should i add here?
versionCode 1
versionName "1.0"
...
}
...
}
Environment
The text was updated successfully, but these errors were encountered: