Problems with importing app-check #8183
Replies: 1 comment 2 replies
-
Those are strange looking imports. Are those from firebase-js-sdk? Not sure you want to mix and match like that This error message:
Is the help. You have not installed / auto-linked the native modules correctly somehow. That's a project-specific problem. Here's a demo that shows how to do it from https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh |
Beta Was this translation helpful? Give feedback.
-
Hi all,
recently I installed "npm install @react-native-firebase/app-check ".
my .js is currently
and when I add this line
import { initializeAppCheck } from "@react-native-firebase/app-check";
I get error
my app versions are
Beta Was this translation helpful? Give feedback.
All reactions