Is there an existing issue for this?
Name, Version of @react-native-kakao/*
"@react-native-kakao/core": "^2.3.0", "@react-native-kakao/user": "^2.3.0"
Version of react-native
~52.0.43
What os are you seeing the problem on?
iOS
What device types are you seeing the problem on?
Physcial Device
What architecture types of react native are you seeing the problem on?
New Architecture(Fabric)
Version of device(android API, iOS OS version, etc...)
iOS 18.1.1
Expo App
What happened?
I am trying to implement the Kakao social login feature by following the documentation and the environment setup process shown in a YouTube video using the mentioned packages and libraries, but I am encountering errors.
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCKakaoCore' could not be found. Verify that a module by this name is registered in the native binary.


Relevant a package.json.
{
"name": "farmlink",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-kakao/core": "^2.3.0",
"@react-native-kakao/user": "^2.3.0",
"expo": "~52.0.43",
"expo-build-properties": "~0.13.2",
"expo-dev-client": "~5.0.19",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.9"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true
}
Relevant log output
(NOBRIDGE) ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCKakaoCore' could not be found. Verify that a module by this name is registered in the native binary.
Reproducible Sample Repository
https://github.com/ParkJongJoon7128/FarmLink/tree/feat/feature-kakao
Code of Conduct
Is there an existing issue for this?
Name, Version of @react-native-kakao/*
"@react-native-kakao/core": "^2.3.0", "@react-native-kakao/user": "^2.3.0"
Version of react-native
~52.0.43
What os are you seeing the problem on?
iOS
What device types are you seeing the problem on?
Physcial Device
What architecture types of react native are you seeing the problem on?
New Architecture(Fabric)
Version of device(android API, iOS OS version, etc...)
iOS 18.1.1
Expo App
What happened?
I am trying to implement the Kakao social login feature by following the documentation and the environment setup process shown in a YouTube video using the mentioned packages and libraries, but I am encountering errors.
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCKakaoCore' could not be found. Verify that a module by this name is registered in the native binary.Relevant a package.json.
{ "name": "farmlink", "version": "1.0.0", "main": "index.ts", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@react-native-kakao/core": "^2.3.0", "@react-native-kakao/user": "^2.3.0", "expo": "~52.0.43", "expo-build-properties": "~0.13.2", "expo-dev-client": "~5.0.19", "expo-status-bar": "~2.0.1", "react": "18.3.1", "react-native": "0.76.9" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~18.3.12", "typescript": "^5.3.3" }, "private": true }Relevant log output
Reproducible Sample Repository
https://github.com/ParkJongJoon7128/FarmLink/tree/feat/feature-kakao
Code of Conduct