mym0404 / react-native-kakao

🟡 Kakao SDK All-In-One Solution Supports Android, iOS, Web, New architecture, Old Architecture, Expo
https://rnkakao.dev
MIT License
36 stars 0 forks source link

[BUG]: `serviceTerms` return value is different on Android #16

Closed zmin9 closed 2 months ago

zmin9 commented 2 months ago

Is there an existing issue for this?

Name, Version of @react-native-kakao/*

user / 1.4.5

Version of react-native

0.73.4

What os are you seeing the problem on?

Android

What device types are you seeing the problem on?

Simulator

What architecture types of react native are you seeing the problem on?

Old Architecture(Bridge)

Version of device(android API, iOS OS version, etc...)

No response

Expo App

What happened?

The return value of the serviceTerms function is different on ios and android.

https://github.com/mym0404/react-native-kakao/blob/8c06cf3efbfddd30a78c9715d970e81a06f88402/packages/user/android/src/main/java/net/mjstudio/rnkakao/user/RNCKakaoUserModule.kt#L233-L238

Relevant a package.json.

No response

Relevant log output

No response

Code of Conduct

mym0404 commented 2 months ago

Thank you for reporting