Skip to content

Release 3.0.0

Latest
Compare
Choose a tag to compare
@semiherdogan semiherdogan released this 08 Apr 15:05

Installation

You can install this release with $ npm install [email protected].
If you are updating from previous version you need to run $ cd ios && pod update RNDeepWall.

Highlights

  • You need to add code below into android/build.gradle (Add into repositories under allprojects)
maven { url 'https://developer.huawei.com/repo/' }
  • You can add orientation parameter when opening paywalls. (Android only)

Changelog

Changed

  • On Android, deepwall-core version upgraded to version 2.6.2
  • On iOS, deepwall-core version upgraded to version 2.4.2

Added

  • On android added orientation parameter to requestPaywall method

Fixed

  • On android fixed extraData error when paywall opens