-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
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
[v0.73.1][Android] Google.Play rejects app bundles because it "targets the following unrecognized languages: cb, fb" #42024
Comments
|
Workaround for now that fixes the problem:
|
Next release of RN 0.73 will contain the fix for this issue. |
Door een RN bug, faalt de Android release. Het probleem is dat er ongeldige language codes in een lijstje komen te staan, waardoor de validate van Google faalt. De oplossing is om een geldige language code expliciet te configureren. Dit is een tijdelijke workaroun; de verwachting is dat dit gefixt wordt in de komende RN versie (facebook/react-native#42024) en dan kan dit weer weg.
How can I resolve the issue using the Expo bare workflow without modifying any files in the /android directory? I'm concerned that changes made to the /android folder won't be reflected in the build since Expo constructs this folder during the build process. I'm looking for solutions that won't involve alterations to the Android-specific files. |
See expo/expo#26218 |
Closing as fixed in 0.73.2 |
Description
I'm getting the following error when uploading an app bundle, built with RN v0.73, to Google.Play (it is an existing project, that had no such issue before):
Googling for the error message, I came across this StackOverflow thread, which is old, and is not related to RN, but it mentions
So, I've checked whether my project has some folders with names ending with
-cb
and-fb
suffixes, and I found them in RN package, and then in intermediate built artifacts:I guess, it requires a fix on RN side, renaming those folders (although the very error message suggests a workaround via
resConfigs
Gradle prop)?Steps to reproduce
N/A
React Native Version
0.73.1
Affected Platforms
Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
N/A
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: