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
Problem Description:
I am encountering an issue when running the ./gradlew assemblerelease command in a project using react-native-skeleton-placeholder. The project runs fine when executing yarn android, and the Skeleton component displays without any issues. However, when creating a release build, I encounter errors related to Android resources.
Steps to Reproduce:
Run yarn android - the project functions without error.
Run ./gradlew assemblerelease to create a release build.
The following error occurs at this stage.
Error Message:
Execution failed for task ':react-native-masked-view_masked-view:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> 1 exception was raised by workers:
com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
AAPT: aapt2 W 01-09 18:57:45 20348 297752 LoadedArsc.cpp:657] Unknown chunk type '200'.
[Followed by specific errors related to missing resources]
Problem Description:
I am encountering an issue when running the ./gradlew assemblerelease command in a project using react-native-skeleton-placeholder. The project runs fine when executing yarn android, and the Skeleton component displays without any issues. However, when creating a release build, I encounter errors related to Android resources.
Steps to Reproduce:
Error Message:
Environment:
React Native Version: 0.64.4
react-native-skeleton-placeholder Version: 5.2.4
Platform: Android
Operating System: macOS
The text was updated successfully, but these errors were encountered: