react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Warning with `Task :react-native-gesture-handler:processDebugManifest`
Description
This warning occurs while building for Android
> Task :react-native-gesture-handler:processDebugManifest
package="com.swmansion.gesturehandler" found in source AndroidManifest.xml: /Users/gerrico/Documents/EmersonConnected/emerson-connected-app/node_modules/react-native-gesture-handler/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.swmansion.gesturehandler" from the source AndroidManifest.xml: /Users/gerrico/Documents/EmersonConnected/emerson-connected-app/node_modules/react-native-gesture-handler/android/src/main/AndroidManifest.xml.
Steps to reproduce
Just run
npm run android
or
npx react-native run-android
Snack or a link to a repository
Private repository
Gesture Handler version
2.14.0
React Native version
0.73.2
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
It's not so easy, as the repository is private. I'll try to provide you with an example as soon as possible
Seconding this bug. Very annoying.