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.
- Host: GitHub
- URL: https://github.com/cleveradssolutions/cas-reactnative
- Owner: cleveradssolutions
- License: apache-2.0
- Created: 2023-09-20T10:10:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T13:41:05.000Z (4 months ago)
- Last Synced: 2026-02-12T22:38:48.209Z (4 months ago)
- Topics: cas, mediation, mobile-ads, monetization, react-native
- Language: TypeScript
- Homepage: https://cas.ai
- Size: 1.42 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CAS.AI Mobile Ads for React Native
[](https://www.npmjs.com/package/react-native-cas)
[](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.