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
I think it's because a folder named 'values-fb', that's a folder which have some files, usually used to translations
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
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


-cband-fbsuffixes, 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
resConfigsGradle prop)?Steps to reproduce
N/A
React Native Version
0.73.1
Affected Platforms
Other (please specify)
Output of
npx react-native infoStacktrace or Logs
Reproducer
N/A
Screenshots and Videos
No response