react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Warning with `Task :react-native-gesture-handler:processDebugManifest`

Open ciuliene opened this issue 2 years ago • 3 comments

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

ciuliene avatar Jan 11 '24 14:01 ciuliene

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?

github-actions[bot] avatar Jan 11 '24 14:01 github-actions[bot]

It's not so easy, as the repository is private. I'll try to provide you with an example as soon as possible

ciuliene avatar Jan 11 '24 14:01 ciuliene

Seconding this bug. Very annoying.

jacksonlevine avatar Jan 24 '24 01:01 jacksonlevine