An open API service indexing awesome lists of open source software.

https://github.com/cleveradssolutions/cas-reactnative

CAS.AI React Native plugin for monetizing mobile applications.
https://github.com/cleveradssolutions/cas-reactnative

cas mediation mobile-ads monetization react-native

Last synced: 4 months ago
JSON representation

CAS.AI React Native plugin for monetizing mobile applications.

Awesome Lists containing this project

README

          

# CAS.AI Mobile Ads for React Native
[![NPM Version](https://img.shields.io/npm/v/react-native-cas)](https://www.npmjs.com/package/react-native-cas)
[![App-ads.txt](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/cleveradssolutions/App-ads.txt/master/Shield.json)](https://github.com/cleveradssolutions/App-ads.txt)

The CAS.AI Mobile Ads SDK (by CleverAdsSolutions) offers advanced mobile advertising capabilities with refined ad formats and streamlined APIs to access multiple ad networks and maximize monetization in mobile apps.

This repository contains the official React Native package for CAS.AI, allowing React Native developers to easily integrate and monetize their apps using the CAS.AI SDK.

## Documentation
For setup instructions, usage examples, and API details, refer to the [Developer Guide](https://docs.page/cleveradssolutions/docs/ReactNative).

## Downloads
Visit [npmjs.com](https://www.npmjs.com/package/react-native-cas) to get the latest version of the package.

## Sample application
A full sample application demonstrating CAS.AI React Native integration is available in the [example](https://github.com/cleveradssolutions/CAS-ReactNative/tree/main/example) directory.

Run the example:
1. Install dependencies from the root of the repository:
```bash
yarn install
```
2. Run Metro bundler:
```bash
cd example
yarn start
```
3. Run on connected device or emulator:
```bash
yarn android
```
or
```bash
yarn ios
```

## Feedback & Contributions
Found a bug? Have a feature request or suggestion?
Please open an issue using [GitHub’s Issue Tracker](https://github.com/cleveradssolutions/CAS-ReactNative/issues).

## Native SDK Repositories
This React Native plugin is built on top of the official native CAS.AI SDKs:
- [CAS.AI Android SDK (GitHub)](https://github.com/cleveradssolutions/CAS-Android)
Native Android SDK for Java and Kotlin applications.
- [CAS.AI iOS SDK (GitHub)](https://github.com/cleveradssolutions/CAS-iOS)
Native iOS SDK for Swift and Objective-C applications.

Refer to these repositories for follow the latest releases, changelogs, or to report platform-specific issues.