220208 개발일지

leevshan·2022년 2월 7일
0

Git 명령어

$git clone url링크 DIR

Github에서 url링크로 복사해옴

$git pull origin main --allow-unrelated-histories

Unrelated histories 관계 없이 어떤 branch에 있는 것 다 pull함

$git remote add origin url링크

url링크와 local repository를 연동시킴

$git push origin main

main branch에 현재 commit을 추가함

React Native Map Libraries

여기를 참고해보자
https://openbase.com/categories/js/best-react-native-map-libraries

오늘의 한 일

우선 카카오 로컬 api를 이용하여 검색된 장소의 좌표를 얻어온 뒤 해당 좌표에 마커를 찍는 것에 성공함. 마커를 클릭하면 제목과 설명도 나옴.
장소 검색 기능도 만들어 봄. 입력하면 거기로 감. 굿.

profile
Planby 개발자

0개의 댓글