Skip to main content

7 posts tagged with "ReactNative"

View All Tags

BlueStack SDK v1.2.1 for React Native

· One min read
Moin Uddin Hasan
Moin Uddin Hasan
BlueStack SDK Team

Changed

  • Upgraded BlueStack Android Core SDK to version 5.2.1
  • Upgraded BlueStack iOS Core SDK to version 5.2.1
  • Updated adapter dependencies in the example app (iOS & Android) to versions compatible with Core SDK v5.2.1

BlueStack SDK v1.2.0 for React Native

· One min read
Moin Uddin Hasan
Moin Uddin Hasan
BlueStack SDK Team

Added

  • Added public API BluestackSDK.IsInitialized() to check initialization status anytime.
  • Added adType validation to handle undefined values safely.

Changed

  • Modified SDK initialization process to prevent reinitialization.
  • Android banner creation delayed to next frame for proper prop update.
  • Banner show/hide now handled in bridge to avoid native view removal.

BlueStack SDK v1.1.1 for React Native

· One min read
Moin Uddin Hasan
Moin Uddin Hasan
BlueStack SDK Team

Added

  • Added a custom logger in the native bridge to display debug logs based on Debug Mode.

Changed

  • All core API calls and callbacks now run on the main thread.
  • Upgraded BlueStack Android Core SDK to version 5.1.4.
  • Upgraded BlueStack iOS Core SDK to version 5.1.5.
  • Upgraded React to version 19.1.0.
  • Upgraded React Native to version 0.80.0.

BlueStack SDK v1.1.0 for React Native

· One min read
Moin Uddin Hasan
Moin Uddin Hasan
BlueStack SDK Team

Added

  • BlueStack privacy settings to set OptOut User and Age Restricted User.

Changed

  • Native bridges to use New APIs provided in native SDK version 5.1.3
  • Android package name to com.azerion.bluestack.react

BlueStack SDK v1.0.1 for React Native

· One min read
Moin Uddin Hasan
Moin Uddin Hasan
BlueStack SDK Team

Added

  • Auto SDK initialization in case the banner load starts before SDK initialization, provided that shouldLoadWhenReady is set to true.

Changed

  • Updated the SDK to use the native Android SDK version 4.4.3
  • Updated the SDK to use the native iOS SDK version 4.4.10

Fixed

  • The issue of Banner load triggering multiple times in case of shouldLoadWhenReady. Now, Performing Banner load after all the BannerAdView props are set.