Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile time error in with react-native version 0.73 #114

Open
avyasradicle opened this issue Mar 6, 2024 · 1 comment
Open

Compile time error in with react-native version 0.73 #114

avyasradicle opened this issue Mar 6, 2024 · 1 comment

Comments

@avyasradicle
Copy link

avyasradicle commented Mar 6, 2024

Task :react-native-otp-verify:processDebugManifest
package="com.faizal.OtpVerify" found in source AndroidManifest.xml: node_modules/react-native-otp-verify/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.faizal.OtpVerify" from the source AndroidManifest.xml: /node_modules/react-native-otp-verify/android/src/main/AndroidManifest.xml.

Task :react-native-otp-verify:compileDebugJavaWithJavac FAILED

"react-native": "0.73.0",
"react-native-otp-verify": "^1.1.8",

For resolving this I removed the package namespace from AndroidManifest file and added it in the build.gradle file.
But after that it started giving new error-
error: package com.google.android.gms.auth.api.identity does not exist
import com.google.android.gms.auth.api.identity.GetPhoneNumberHintIntentRequest;

@leofolive
Copy link

leofolive commented Mar 28, 2024

@faizalshap Can you verify this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants