GuidesAPI ReferenceRelease Notes
HomeLog InHome
Release Notes

0.3.0 - React Native

ChangeLog

Added

  • Added Support for React Native 0.73.4.

InitOptions

BlazeSDK

  • setGlobalDelegate function has been added to BlazeSDK interface.
  • setEntryPointDelegate function has been added to BlazeSDK interface.
  • prepareStories(Android | IOS) function has been added to BlazeSDK interface.
  • playStories(Android | IOS) function has been added to BlazeSDK interface.
  • prepareMoments(Android | IOS) function has been added to BlazeSDK interface.
  • playStories/playStory / playMoments/ playMoment functions have a new option to send a player theme.

WidgetViews

  • All widget views were added a new property widgetDelegate which is a new syntax to pass the delegate implementation in one object rather than as individual component properties.
  • widgetDelegate has new delegate functions: onPlayerDidAppear (Android| IOS) and onTriggerPlayerBodyTextLink(Android| IOS)
  • The delegate functions have been renamed.
  • shouldOrderMomentsByReadStatus (Android | IOS) property was added to the Moment Grid and Row widgets.

BlazeDataSourceType

Customization

BlazePlayerMomentTheme

Removed

  • Android - Removed the GitHubPackages Maven repo declaration from the package's build.gradle. This should be defined in the app level.