-
Notifications
You must be signed in to change notification settings - Fork 927
Unable to resolve "./index.shared" from "./node_modules/@firebase/auth/dist/index.rn.d.ts" #8996
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
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Does this problem only happen after adding the What happens if you use the alternative fix - see here, where instead of modifying the tsconfig, you replace the |
Hello, Thanks for your help first, The problem occurs even without adding the I've tried creating a new clean app with just expo 53 and firebase 11.6 and it worked perfectly fine, I need to find out if our current configuration can be the reason behind all this problem |
Thanks for trying the clean app. Let us know if you can isolate what setting in your current configuration causes this error. |
Operating System
macOS Sequoia 15.4.1
Environment (if applicable)
React native: 0.76.9
Firebase SDK Version
11.6.0
Firebase SDK Product(s)
Auth
Project Tooling
Expo: v52.0.0
React-native: v0.76.9
Detailed Problem Description
Hello here's the error i got when trying to load my app using expo, my initial goal is to implement MFA with TOTP for my react-native app (note: it works perfectly fine on the web app using React):
`Unable to resolve "./index.shared" from "node_modules/@firebase/auth/dist/index.rn.d.ts"``
This happens on both Simulator for iPhone and on Android.
Added this to my tsconfig to fix the error on my IDE (cursor) when importing
getReactNativePersistence
, which worksSteps and code to reproduce issue
The text was updated successfully, but these errors were encountered: