We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1118d1d + 86d6276 commit dfc5ad7Copy full SHA for dfc5ad7
packages/share/android/src/main/java/net/mjstudio/rnkakao/share/RNCKakaoShareModule.kt
@@ -3,6 +3,7 @@ package net.mjstudio.rnkakao.share
3
import android.content.ActivityNotFoundException
4
import com.facebook.react.bridge.Promise
5
import com.facebook.react.bridge.ReactApplicationContext
6
+import com.facebook.react.bridge.ReactMethod
7
import com.facebook.react.bridge.ReadableArray
8
import com.facebook.react.bridge.ReadableMap
9
import com.kakao.sdk.common.util.KakaoCustomTabsClient
@@ -29,6 +30,7 @@ class RNCKakaoShareModule internal constructor(context: ReactApplicationContext)
29
30
return NAME
31
}
32
33
+ @ReactMethod
34
override fun shareOrSendMeOrSendFriendOrWhatever(
35
sendType: String,
36
templateType: String,
0 commit comments