위치 추적

안드로이드 에뮬레이터에서 테스트

안드로이드 에뮬레이터 오른쪽에 붙은 기다란 막대 맨 아래쪽에 있는 ...(extended control)을 누르면 Location에서 위도(latitude)와 경도(longitude)를 설정할 수 있다. 설정하고 send를 누르면 설정된 값이 에뮬레이터로 전송되어 좌표를 사용할 수 있는 상태가 된다.

비콘(Beacon)

비콘이란 저전력 블루투스 기술을 이용하여 기기의 위치를 지속적으로 알리는 기기입니다. 비콘을 사용하는 패키지로 여러 가지가 있지만 react-native-beacons-manager를 1 사용합니다.

휴대폰 기기 버전

  • iOS minimum version: 8.0

  • Android minimum version: 21 (alias LOLLIPOP)

  1. 모듈 설치

    npm install react-native-beacons-manager
    또는
    yarn add react-native-beacons-manager
    
  2. 응용 프로그램과 링크

    react-native link react-native-beacons-manager
    
  3. 설정

    • iOS: 1 참조.

    • 안드로이드: 따로 설정할 필요없음.

참조 사이트

1(1,2)

비콘 패키지 https://github.com/MacKentoch/react-native-beacons-manager