1.4.4 - React Native
June 26th, 2025
ChangeLog
Added
- Added support for more widget presets. This is a breaking change. To migrate the existing preset to the new presets please change values for the widget's
presetWidgetLayoutproperty to:- For Story Widget Row -> from
'widgetCircle'to'StoriesWidget.Row.circles'. - For Story Widget Row -> from
'widgetRectangle'to'StoriesWidget.Row.verticalRectangles'. - For Story Widget Grid -> from
'twoColumnsTheme'to'StoriesWidget.Grid.twoColumnsVerticalRectangles'. - For Story Widget Grid -> from
'threeColumnsTheme'to'StoriesWidget.Grid.threeColumnsVerticalRectangles'. - For Moments Widget Row ->
'widgetCircle'is not supported anymore officially. - For Moments Widget Row -> from
'widgetRectangle'to'MomentsWidget.Row.verticalRectangles'. - For Moments Widget Grid -> from
'twoColumnsTheme'to'MomentsWidget.Grid.twoColumnsVerticalRectangles'. - or Moments Widget Grid -> from
'threeColumnsTheme'to'MomentsWidget.Grid.threeColumnsVerticalRectangles'.
- For Story Widget Row -> from
- Added videos widgets
BlazeVideosGridViewandBlazeVideosRowView. - Added new methods to
BlazeIMADelegateandBlazeGAMDelegateto provide more extra parameters for the ad requests.
Breaking changes
- Renamed
blazeMomentsPlayerStyleandblazeStoryPlayerStyletoplayerStylein order to align naming.
