> For the complete documentation index, see [llms.txt](https://document.wisetracker.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.wisetracker.co.kr/v2-developer/sdk/react-native/inapp-api.md).

# 인앱 분석 API

인앱분석이 필요한 각 화면에 react-native의 NativeModules를 import 합니다.

```javascript
import { NativeModules } from 'react-native';
```

in-App 에서 발생하는 다양한 이벤트를 분석하기 위해서는 분석 대상 앱에서 해당 이벤트가 발생되는 시점에 SDK로 해당 정보를 전달해야 합니다.&#x20;

주요 이벤트들의 분석 방법은 아래의 메뉴에서 자세히 확인 가능합니다.&#x20;

{% content-ref url="/pages/gE78guD3nFh9UsN4yh84" %}
[인앱 이벤트 리스트](/v2-developer/in-app-event/event-list.md)
{% endcontent-ref %}
