Expo Configuration
iOS - Register Scheme for Kakao Navigation App Launch
Add the following to app.json
:
app.json
[
"@react-native-kakao/core",
{
"nativeAppKey": "{{native app key}}",
"ios": {
"naviApplicationQuerySchemes": true
}
}
],