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
For ios it works fine but when i try to compile it on android it produces this error:
(i am using gradle version 8.5, react-native version 0.73.0.)
Task :react-native-image-filter-kit:processDebugManifest
package="iyegoroff.imagefilterkit" found in source AndroidManifest.xml: /Users/thunderbirds/Desktop/dummyapp2/node_modules/react-native-image-filter-kit/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="iyegoroff.imagefilterkit" from the source AndroidManifest.xml: /Users/thunderbirds/Desktop/dummyapp2/node_modules/react-native-image-filter-kit/android/src/main/AndroidManifest.xml.