React Native SDK Release Notes¶
3.1.0 (2020/11/06)¶
Changes
The SDK has been updated. Please refer to the release notes below.
Bug Fixes
Fixed a bug where receiving newsfeed data could rarely cause a crash.
3.0.0 (2020/08/21)¶
Changes
The SDK has been updated. Please refer to the release notes below.
This release contains APIs for the news feed feature and the AI Recommender for In-App (Closed beta).
For details of the news feed feature, please refer to this document.
2.3.0 (2020/07/08)¶
Changes
The SDK has been updated. Please refer to the release notes below.
This release contains APIs for the UX Optimizer feature (Closed beta).
For details, please refer to this document.
2.1.0 (2019/10/28)¶
Changes
Auto Linking which has been added in React Native version 0.60.0 is now being supported.
If you are upgrading React Native to a version exceeding 0.60.0, please refer to our upgrade guide to avoid possible complications.
The SDK has been updated. Please refer to the release notes below.
2.0.0 (2019/05/29)¶
Changes
The screen recording functionality and corresponding API methods have been completely removed.
ReproMaskView
startRecording
stopRecording
pauseRecording
resumeRecording
maskWithRect
unmask
maskWithRect
unmaskForKey
forceCaptureOnMainThread
enableRecordingWhileViewAnimations
disableRecordingWhileViewAnimations
The SDK has been updated. Please refer to the release notes below.
1.1.3 (2019/03/14)¶
Changes
The SDK has been updated. Please refer to the release notes below.
The opt-out API has been added.
For details please refer to this document.
The iOS project now also looks for react native header in cocoa pod directories.
1.1.0 (2019/02/15)¶
Changes
The SDK has been updated. Please refer to the release notes below.
The screen recording capability has been disabled and related source code has been removed. The API methods listed below can be called but won't have any effect.
startRecording
stopRecording
pauseRecording
resumeRecording
forceCaptureOnMainThread
enableRecordingWhileViewAnimations
disableRecordingWhileViewAnimations
maskWithRect
unmask
NativeReproMaskView
Warning
As of 22nd May 2019 the user screen recording capabilities have been disabled.
1.0.0 (2018/11/20)¶
Official full version has been released.
Changes
The SDK has been updated. Please refer to the release notes below.
Mask view elements can now be enabled and disabled. See How to apply recording masks in React Native for further details.
0.1.0 β (2018/10/10)¶
The native SDK versions listed below are bundled with this release:
Known problems with the beta version are listed below:
Masks may persist after transitioning to another view controller with
react-navigation
.