npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

react-native-yieldlove

v3.1.7

Published

Yieldlove SDK bridge for React Native

Readme

react-native-yieldlove

Yieldlove SDK for React Native (3.1.7)

Change log

[3.1.7] (27.Sep.2025)

  • Added a log to track the SDK version.
  • Added additional logs to help diagnose issues.
  • Improved the stability of banner resizing.

[3.1.6] (27.Sep.2025)

  • Fixed : prevent fluid-size banner from being clipped

[3.1.3] (29.July.2025)

  • Fixed the issue that React compile fails.
  • Rollback to 0.73.4 for react-native version
  • Do not use 3.1.2 version, which may cause the compile error (removed the version from the change log)

[3.1.1] (07.July.2025)

  • Fixed the issue that the landscape mode may break the ad layout on iOS.
  • react-native version is updated to 0.76.4

[3.1.0] (05.June.2025)

  • Removed CriteoSDK
  • Enabled/Disabled Confiant via the setting from the SDK server
  • Will attempted to initialize Confiant again when it failed.
  • Upgraded the debug information panel
  • Displayed the version number
  • Improved the error message from the SDK
  • Supported Fluid size for Google Ad
  • Disabled Gravite Shake Debug mode
  • Displayed the Gravite debug information via the debug panel (Android)
  • Disabled Gravite Shake Debug mode by default. This will be enabled when inspection mode is enabled. (iOS)
  • Fixed the issue that applications can obfuscate the SDK, which can result in disabling ID5
  • Yieldlove.developerModeEnabled is obsolete. Use Yieldlove.enableInspectionMode()
  • Yieldlove.debug is obsolete. Use Yieldlove.enableDebugMode()

[3.0.0] (25.March.2025)

  • Updated Gravite SDK version:
    • iOS: 3.12.0
    • Android: 3.12.5
  • Updated Kotlin version is 2.0
  • Fixed an issue where the banner size from Gravite was not being set correctly.
  • Fixed an issue where the zone was excluded in the placement name for Gravite

Requirements

  • React Native 0.73.0 or above
  • Android Min SDK 24
  • iOS 15.0 or above
  • Kotlin 2.0.20

Integration Document

React Native Integration Document

Use Gravite and Confiant.

For more detailed information, refer to the Development Document Link

Testing ads

Please contact your account manager to get your test configuration.

Troubleshooting

My application crashes on start

The Google Mobile Ads SDK may be initialized without an application ID.

Ad Manager

iOS: Update your Info.plist. Android: Get Started

AdMob

iOS: Update your Info.plist. Android: Get Started

Release Notes

[2.6.1] (01.October.2024)

  • Gravite and Confiant are added as Plugin
  • Support Stroeer to Gravite Placements Mapping Table.
  • Support Gravite Direct Call
  • Added the ad source. (Stroeer / Gravite)
  • Disabled the error log for error report requests.

[2.5.0] (01.October.2024)

  • Backfill feature is not supported.

[2.4.2] (12.September.2024)

  • Fixed the issue causing the initial advertisement loading to fail.

[2.4.1] (6.September.2024)

  • Added privacy manifest file for IOS (If you don't want to update library check the appendix part)

[2.4.0] (4.September.2024)

  • Added a BackFill feature.
  • Java version is updated (17)