document

react-native-geolocation-service-example document

This repository is an example about how to use react-native-geolocation-service library to get user geolocation in React Native

Project structure

This project is based on typescript and styled-components. If you want to know how to install typescript and styled-components, see the links below.

Execute the project

Execute the commands below to install required libraries.

npm install
cd ios
pod install
cd ..

Execute the command below to start the project.

# iOS
npm run io
# Android
npm run android

Project description

if you want to know more details about this project, please see our blog in below.

react-native-geolocation-service-example 문서

이 저장소는 react-native-geolocation-service 라이브러리를 사용하여 React Native에서 사용자의 위치 정보를 가져오는 방법에 대한 예제입니다.

프로젝트 구성

이 프로젝트는 기본적으로 typescriptstyled-components로 구성되어있습니다. typescriptstyled-components의 설치 및 사용 방법에 대해서는 아래에 블로그를 확인해 주세요.

프로젝트 실행

아래에 명령어를 통해 프로젝트에 필요한 라이브러리를 설치합니다.

npm install
cd ios
pod install
cd ..

아래에 명령어를 통해 프로젝트를 실행합니다.

# iOS
npm run io
# Android
npm run android

프로젝트 설명

이 프로젝트에 관한 자세한 설명은 아래에 블로그를 통해 확인할 수 있습니다.

react-native-geolocation-service-exampleドキュメント

このレポジトリはreact-native-geolocation-serviceライブラリを使ってReact Nativeでユーザの位置情報を取得する方法に関する例題です。

プロジェクト構成

このプロジェクトは基本的typescriptstyled-componentsをベースにしています。typescriptstyled-componentsのインストールや使い方は下記のブログを確認してください。

プロジェクトの実行

下記のコマンドでプロジェクトに必要なライブラリをインストールすします。

npm install
cd ios
pod install
cd ..

下記のコマンドでプロジェクトを実行します。

# iOS
npm run io
# Android
npm run android

プロジェクトの説明

このプロジェクトについて詳しく説明は下記のブログを確認してください。