You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I am using Expo
What happened?
After following the official documentation and video to set up the environment for using Kakao social login, I tested it on a physical device. When the social login event is triggered, the Kakao app launches as expected, but the login UI briefly appears and then immediately disappears.
Just to be sure, I checked the native app key and confirmed it is correctly entered. I also logged the value from the .env file in the terminal and verified that it is being printed correctly.
Is there an existing issue for this?
Name, Version of @react-native-kakao/*
^2.4.0
Version of react-native
0.76.7
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?
After following the official documentation and video to set up the environment for using Kakao social login, I tested it on a physical device. When the social login event is triggered, the Kakao app launches as expected, but the login UI briefly appears and then immediately disappears.
Just to be sure, I checked the native app key and confirmed it is correctly entered. I also logged the value from the .env file in the terminal and verified that it is being printed correctly.
KakaoTalk_Video_2025-05-29-10-45-23.mp4
Relevant a package.json.
{ "name": "k-buddy", "version": "1.0.0", "main": "index.ts", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web" }, "dependencies": { "@react-native-async-storage/async-storage": "1.23.1", "@react-native-firebase/analytics": "^21.11.0", "@react-native-firebase/app": "^21.11.0", "@react-native-kakao/core": "^2.4.0", "@react-native-kakao/user": "^2.4.0", "@react-navigation/elements": "^2.2.5", "@react-navigation/native": "^7.0.14", "@react-navigation/stack": "^7.1.1", "expo": "~52.0.31", "expo-build-properties": "~0.13.3", "expo-camera": "~16.0.18", "expo-dev-client": "~5.0.12", "expo-file-system": "~18.0.12", "expo-font": "~13.0.4", "expo-image-picker": "~16.0.6", "expo-linear-gradient": "~14.0.2", "expo-media-library": "~17.0.6", "expo-permissions": "^14.4.0", "expo-status-bar": "~2.0.1", "react": "18.3.1", "react-native": "0.76.7", "react-native-gesture-handler": "~2.20.2", "react-native-pager-view": "6.5.1", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-webview": "13.12.5" }, "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/K-Buddy-dev/KBuddy-App/tree/feat/feature-social-login
Code of Conduct