-
when I try to run sample code from common document site.https://rnfirebase.io/auth/usage#listening-to-authentication-state error: Error: Unable to resolve module @react-native-firebase/auth from prodject path\sendotp.js: @react-native-firebase/auth could not be found within the project or in these directories: If you are sure the module exists, try these steps:
I tried all this, but getting same issue this is my package.json "dependencies": { why sample code makes issue for me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You must install a module prior to using it. You have not installed the auth module, just as the error says. |
Beta Was this translation helpful? Give feedback.
You must install a module prior to using it. You have not installed the auth module, just as the error says.