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.
Task :react-native-image-filter-kit:compileDebugJavaWithJavac FAILED
46 actionable tasks: 13 executed, 33 up-to-date