# React Native

## 필수 설정

### React Native 플러그인 연동&#x20;

SDK는 앱에서 데이터를 측정하기 위해 반드시 앱에 추가되어야 하는 필수 사항입니다. 자세한 내용은 아래 링크에서 확인해주세요.

{% content-ref url="react-native/plugin" %}
[plugin](https://document.wisetracker.co.kr/v2-developer/sdk/react-native/plugin)
{% endcontent-ref %}

### 인앱 분석 API&#x20;

앱 내에서 발생하는 유저의 다양한 행동을 측정하는데 필요한 이벤트 설정 방법을 안내합니다.&#x20;

{% content-ref url="react-native/inapp-api" %}
[inapp-api](https://document.wisetracker.co.kr/v2-developer/sdk/react-native/inapp-api)
{% endcontent-ref %}

### 데이터 검증&#x20;

적용한 SDK나 설정을 통해 데이터가 정상적으로 발생하는지 확인할 수 있는 방법을 안내합니다.&#x20;

#### AOS 데이터 검증&#x20;

{% content-ref url="react-native/android-validation" %}
[android-validation](https://document.wisetracker.co.kr/v2-developer/sdk/react-native/android-validation)
{% endcontent-ref %}

#### iOS 데이터 검증&#x20;

{% content-ref url="react-native/ios-validation" %}
[ios-validation](https://document.wisetracker.co.kr/v2-developer/sdk/react-native/ios-validation)
{% endcontent-ref %}

## 선택 설정

### In-App 이벤트 설정

앱 내에서 발생하는 유저의 다양한 행동을 측정하는데 필요한 이벤트 설정 방법을 안내합니다.

{% content-ref url="../in-app-event/configuration" %}
[configuration](https://document.wisetracker.co.kr/v2-developer/in-app-event/configuration)
{% endcontent-ref %}

{% content-ref url="../in-app-event/event-list" %}
[event-list](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://document.wisetracker.co.kr/v2-developer/sdk/react-native.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
