Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammarahm-ed/react-native-admob-native-ads
A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.
https://github.com/ammarahm-ed/react-native-admob-native-ads
admob admob-native-ads android ios java native-ads objective-c react-native react-native-admob
Last synced: 22 days ago
JSON representation
A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.
- Host: GitHub
- URL: https://github.com/ammarahm-ed/react-native-admob-native-ads
- Owner: ammarahm-ed
- License: mit
- Created: 2020-03-17T05:29:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T05:16:35.000Z (about 2 months ago)
- Last Synced: 2024-10-04T10:12:35.093Z (about 1 month ago)
- Topics: admob, admob-native-ads, android, ios, java, native-ads, objective-c, react-native, react-native-admob
- Language: Java
- Homepage: https://ammarahm-ed.github.io/react-native-admob-native-ads/docs/introduction/
- Size: 6.1 MB
- Stars: 403
- Watchers: 3
- Forks: 135
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.
If you are working on a React Native Application, you might feel limited when it comes to displaying ads that look beautiful and match your app's look and feel. Usually when you show ads in your app, they are loaded inside a WebView and that is why you cannot modify them except changing the width and height in some cases.
## How is this library different?
We on the other hand do not load ads in a WebView. We use a more complex, Native Advanced ad format to display ads. We request Admob servers to send us the ad information such as images, headlines, videos etc. Then we send this information over the bridge to React Native and render it in React Native's View and Text components execpt a few exceptions where we use our own custom components.
## Can I design the ads myself?
Yes absolutely you can! There are no limitations. You can design ads that look just like your App's design and colors.
## I need other ad formats too, which library do you recommend?
There are a bunch of projects trying to figure out showing ads on react-native. Most are not maintained properly. I would recommend that you use [react-native-admob/admob](https://github.com/react-native-admob/admob) by [@wjaykim](https://github.com/wjaykim). Banners, Interstitials, AdOpen and Rewarded, Rewarded Interstital ads are supported.## Features
1. [Admob Native Advanced Ads](https://developers.google.com/admob/android/native/start) format
2. Cross Platform (iOS and Android)
3. Identical Working on both platforms
4. You can create your ads from ground up as you desire, **no limits.**
5. No need to manage any .xml or .xib layout files!
6. AutoRefresh ad at specific intervals
7. **Support for Video Ads**
8. Ad Mediation (**Especially Facebook Ads Mediation(Video & Banners)**)
9. Ad Targeting
10. Typescript definitions## Installation
- [Installation Guide](https://ammarahm-ed.github.io/react-native-admob-native-ads/docs/installation-3)## Links
- [Documentation](https://ammarahm-ed.github.io/react-native-admob-native-ads/docs/introduction/)## Old documentation
If you are looking for the documentation for version `0.3.9` and below, head [here](https://github.com/ammarahm-ed/react-native-admob-native-ads/tree/v0.3.9)## Sponsor this project
It costs me alot of time to keep the library updated and address all the bugs & issues. If this library has helped you [support me on patreon](https://www.patreon.com/streetwriters).
## Contact & support
- Add a ⭐️ [star on GitHub](https://github.com/ammarahm-ed/react-native-admob-native-ads) to support the project!
- Create a GitHub issue for bug reports, feature requests, or questions
- Follow [@ammarahm-ed](https://github.com/ammarahm-ed) for announcements## Contribute
That is awesome news! There is alot happening at a very fast pace in this library right now. Every little help is precious. You can contribute in many ways:
- Suggest code improvements on native iOS and Android
- If you have suggestion or idea you want to discuss, open an issue.
- [Open an issue](https://github.com/ammarahm-ed/react-native-admob-native-ads/issues/) if you want to make a pull request, and tell me what you want to improve or add so we can discuss
- I am always open to new ideas## License
This library is licensed under the [MIT license](https://github.com/ammarahm-ed/react-native-admob-native-ads/blob/master/LICENSE).
Copyright © Ammar Ahmed ([@ammarahm-ed](https://github.com/ammarahm-ed))