Kakao Map Development Progress #38
mym0404
announced in
Announcements
Replies: 1 comment 2 replies
-
Hello, I think nitro module is a good solution for this problem. It seems much experimental, but there're no better solutions than this. I'd like to ask your opinion. Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I decided to use expo module for kakao map. It's API is awesome and easy to adapt Swift in native view.
======
Supporting Map on Android is not difficult. In fact, I fully support react-native-naver-map on Android and iOS in New and Old Arch, so I can use React Native's Map component to some extent. I have experience in porting.
But the problem is iOS. Currently Fabric is not fully compatible with Swift.
The Kakao Map V2 iOS SDK supports Swift fully. I succeeded mount KakaoMap V2 in iOS with Objective-C++ but there are some lack feature in Objc.
Discussed in #28, I can separate codes in podspec with subsepc and supports C++ and Swift both in project. But I don't want to do that at now.
At here. It seems Swift support in Fabric is not yet available.
The project can be delayed until after mature Fabric + Swift interop or we decide to just implement map with WebView.
Any idea is welcome.
Beta Was this translation helpful? Give feedback.
All reactions