# React Native(beta)

## 1. 지원 광고 타입

React-Native SDK는 Beta 버전으로 추후 단계적으로 애드팝콘 SSP의 모든 기능을 지원할 예정입니다.

### Android

* 배너, 전면 광고, 전면 비디오 광고, 리워드 비디오 광고 지원.
* 네이티브 지원(AdPopcornSSP v3.3.1 이상 버전부터)

### iOS

* 배너, 전면 광고, 전면 비디오 광고, 리워드 비디오 광고 지원
* 네이티브(AdPopcornSSP v2.5.5 이상 버전부터)

## 2. React Native Plugin 설치

현재는 베타 버전으로 npm 을 통한 설치는 지원하지 않으며, 수동 설치만을 지원합니다.

[\[](https://github.com/IGAWorksDev/AdPopcornSDK/raw/master/AdPopcornSSP/05-etc/AdPopcornSSPReactPlugin_Beta_0.2.8.zip)[플러그인 다운로드 링크\]](https://github.com/IGAWorksDev/AdPopcornSDK/raw/refs/heads/master/AdPopcornSSP/05-etc/AdPopcornSSPReactPlugin_Beta_0.3.0.zip)

| Plugin 버전                                | 설명                                                                                                                                                                                 |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| AdPopcornSSPReactPlugin\_Beta\_0.3.0.zip | Android, iOS RV+ 관련 콜백 이벤트 처리 로직 추가                                                                                                                                                |
| AdPopcornSSPReactPlugin\_Beta\_0.2.9.zip | Android 배너 광고 비주기 view null 오류 방어 코드 추가                                                                                                                                            |
| AdPopcornSSPReactPlugin\_Beta\_0.2.8.zip | Android 네이티브 비주기 view null 오류 방어 코드 추가                                                                                                                                             |
| AdPopcornSSPReactPlugin\_Beta\_0.2.7.zip | <ul><li>Android 네이티브 광고 application context → activity context(adfit native 광고 노출 제한 수정)</li><li>배너 광고 영역 설정 오류 수정</li></ul>                                                       |
| AdPopcornSSPReactPlugin\_Beta\_0.2.6.zip | Android 네이티브 광고 앱 lifecycle에 따른 context null 오류 대응                                                                                                                                 |
| AdPopcornSSPReactPlugin\_Beta\_0.2.5.zip | Android/iOS 전면 광고 배경 색상 변경 API 추가.(iOS의 경우 AdPopcornSSP v2.5.6 이상 사용 시, 적용됩니다)                                                                                                     |
| AdPopcornSSPReactPlugin\_Beta\_0.2.4.zip | Android/iOS 네이티브 연동 시, 네이티브 영역 지정 property 추가(nativeWidth, nativeHeight)                                                                                                           |
| AdPopcornSSPReactPlugin\_Beta\_0.2.3.zip | <ul><li>Android/iOS Native 추가(AdPopcornSSP, AdFit, NAM 템플릿 지원)</li><li>iOS Native에서 미디에이션 사용을 위해서는 미디에이션 어댑터(AdPopcornSSPMediationAdapter\_231122.zip) 이상 버전을 사용하여야 합니다.</li></ul> |
| AdPopcornSSPReactPlugin\_Beta\_0.2.2.zip | Android/iOS Banner 자동 정렬 및 일부 property 제거                                                                                                                                          |
| AdPopcornSSPReactPlugin\_Beta\_0.2.1.zip | <ul><li>Android/iOS Banner AdaptiveSize 대응 추가</li><li>Android Reward Video 일부 미디에이션 업체 재생 오류 수정</li></ul>                                                                          |
| AdPopcornSSPReactPlugin\_Beta\_0.2.0.zip | iOS 배너, 전면, 전면 비디오, 리워드 비디오 지원                                                                                                                                                     |
| AdPopcornSSPReactPlugin\_Beta\_0.1.0.zip | 안드로이드 배너, 전면, 전면 비디오, 리워드 비디오 지원                                                                                                                                                   |


---

# 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://adpopcornssp.gitbook.io/ssp-sdk/sdk/react-native-beta.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.
