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 version2.6.2
- On iOS,
deepwall-core
version upgraded to version2.4.2
Added
- On android added orientation parameter to
requestPaywall
method
Fixed
- On android fixed extraData error when paywall opens