Expo Configuration
Android - Register Activity for App Launch After Channel Addition
To enable the easy addition of KakaoTalk channels, you need to configure the activity in the AndroidManifest.xml. This setting is for supporting the internal redirection used in this feature. Refer to the example below.
Add the following to app.json:
app.json
[
"@react-native-kakao/core",
{
"nativeAppKey": "{{native app key}}",
"android": {
"followChannelHandlerActivity": true
}
}
],