Notice
Recent Posts
Recent Comments
Link
목록url (1)
거의 알고리즘 일기장
react native에서 URL object가 제대로 동작하지 않는 경우
react native를 이용한 앱에서 적절한 URL scheme를 만들어줘야할 일이 있었다. https://guide.ncloud-docs.com/docs/naveropenapiv3-maps-url-scheme-url-scheme 지도앱 연동 URL Scheme - Maps guide.ncloud-docs.com 테스트 환경 "react": "18.1.0", "react-native": "0.70.2", 문제상황 const getUrlScheme = (params: NaverRouteParams) => { const result = new URL('nmap://route/car'); Object.entries(params).forEach(([key, value]) => { result.searchPar..
react-native
2022. 11. 13. 20:03