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

- 1
- 1
- 2
3 Answers
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

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

- 32,744
- 15
- 77
- 108
-
1Okay, thanks for your comment. I will be waiting until they release. – Kon Smart May 26 '20 at 09:04
-
@KonSmart I update the link to the integration guide. – zhangxaochen Jun 16 '20 at 02:48
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.

- 692
- 7
- 11