-
|
Hi guys, with the latest version to date of the firebase packages I'm seeing some warnings on metro console. The app still works fine, but I was just wondering if this is something I should be worried about? WARN The package C:\projects\apps\rbapp\node_modules\@react-native-firebase\app contains an invalid package.json configuration. Consider raising this issue with the package maintainer(s).
Reason: The resolution for "C:\projects\apps\rbapp\node_modules\@react-native-firebase\app\lib\internal\nativeModule" defined in "exports" is C:\projects\apps\rbapp\node_modules\@react-native-firebase\app\dist\module\internal\nativeModule, however this file does not exist. Falling back to file-based resolution.
WARN The package C:\projects\apps\rbapp\node_modules\@react-native-firebase\app contains an invalid package.json configuration. Consider raising this issue with the package maintainer(s).
Reason: The resolution for "C:\projects\apps\rbapp\node_modules\@react-native-firebase\app\lib\internal\nativeModule" defined in "exports" is C:\projects\apps\rbapp\node_modules\@react-native-firebase\app\dist\module\internal\nativeModule, however this file does not exist. Falling back to file-based resolution.
WARN The package C:\projects\apps\rbapp\node_modules\@react-native-firebase\app contains an invalid package.json configuration. Consider raising this issue with the package maintainer(s).
Reason: The resolution for "C:\projects\apps\rbapp\node_modules\@react-native-firebase\app\lib\common\validate" defined in "exports" is C:\projects\apps\rbapp\node_modules\@react-native-firebase\app\dist\module\common\validate, however this file does not exist. Falling back to file-based resolution.These are the packages I have installed: "@react-native-firebase/analytics": "23.8.3",
"@react-native-firebase/app": "23.8.3",
"@react-native-firebase/crashlytics": "23.8.3",
"@react-native-firebase/messaging": "23.8.3",
"@react-native-firebase/remote-config": "23.8.3",
"react": "19.1.0",
"react-native": "0.81.4", |
Beta Was this translation helpful? Give feedback.
Answered by
mikehardy
Jan 22, 2026
Replies: 1 comment
-
|
You have posted a discussion without searching for issues remain on 23.7.0 for now if the warnings bother you, but if everything's working then 23.8.x is fine as well we'll have it fixed shortly Please search first. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikehardy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have posted a discussion without searching for issues
https://github.com/search?q=repo%3Ainvertase%2Freact-native-firebase+invalid+package.json+configuration&type=issues
#8829
remain on 23.7.0 for now if the warnings bother you, but if everything's working then 23.8.x is fine as well
we'll have it fixed shortly
Please search first.