-4

I want to implement ads Kit in React Native.
How to add AdsKit into my React Native App?

Kon Smart
  • 1
  • 1
  • 2

3 Answers3

0

Right now, HMS Core does not provide an Ads SDK for ReactNative officially. Hence, it is necessary for you to develop your own RN Bridge for Ads Kit.

There is a nice repo out here, implementing custom RN Bridges for HMS Account, Push and Analytics Kit -Ads might be lil bit tricky though-. It can be reference for you.
https://github.com/onurkenis/reactnative-hms-birdge

Here is the link for Ads SDK of HMS Core
https://developer.huawei.com/consumer/en/doc/development/HMS-Guides/ads-sdk-introduction

captaink
  • 476
  • 3
  • 8
0

HUAWEI Ads Kit provides an integration guide for React Native apps, and it is available on the HUAWEI Developers website.

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
0

Cross platform support is added, You can check the documentation as well.

In three steps you can integrate it.

Step 1: Create project in AppGallery

Step 2: Add react native plugin

Step 3: Choose an add type and start the client development, As of now 5 different types of ads are supported by Ads Kit,

After selecting the add type, complete the integration.