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
6.8.2
Android
14
Real device
New architecture with interop layer
build fails with duplicate resource error
RN 0.76.4 new architecture
Step to reproduce this bug are: build android app
The text was updated successfully, but these errors were encountered:
Thank you for your bug report. We will review it and get back to you if we need more information.
Sorry, something went wrong.
any reproduction repository ?
@freeboub unfortunately, I can't share repository because it belongs to company..
<attr format="enum" name="show_buffering"> <enum name="never" value="0"/> <enum name="when_playing" value="1"/> <enum name="always" value="2"/> </attr>
<declare-styleable name="PlayerView"><attr format="enum" name="show_buffering"> <enum name="never" value="0"/> <enum name="when_playing" value="1"/> <enum name="always" value="2"/> </attr></declare-styleable>
show_buffering is duplicated in "aandroid/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml"
@freeboub this bug happened after following the RN upgrade helper to upgrade rn from 0.74 to 0.76
@freeboub https://react-native-community.github.io/upgrade-helper/?from=0.74.2&to=0.76.4
The expo sample in the repo is already on 0.76 and we don't have the issue ... I think this is a conflict with another package
No branches or pull requests
Version
6.8.2
What platforms are you having the problem on?
Android
System Version
14
On what device are you experiencing the issue?
Real device
Architecture
New architecture with interop layer
What happened?
build fails with duplicate resource error
Reproduction Link
RN 0.76.4 new architecture
Reproduction
Step to reproduce this bug are: build android app
The text was updated successfully, but these errors were encountered: