f-23 / react-native-passkey

Passkeys for React Native
MIT License
136 stars 31 forks source link

beta-rc: Android build broken #49

Open syntag opened 1 month ago

syntag commented 1 month ago

In the latest beta-rc version, the Android build is completely broken.

Seems to be complaining about package namespace that was removed from AndroidManifest.xml

* What went wrong: A problem occurred evaluating script. > error Failed to build the app: No package name found. We couldn't parse the namespace from neither your build.gradle[.kts] file at /my-app/node_modules/react-native-passkey/android/build.gradle nor your package in the AndroidManifest at /my-app/node_modules/react-native-passkey/android/src/main/AndroidManifest.xml.
f-23 commented 1 month ago

@syntag Apologies, there was an unintended change in one of my commits. Please check rc2, this should be resolved!

syntag commented 1 month ago

Confirming it's fixed now in rc2. Thanks!