Pendo Mobile SDK
React Native Plugin 3.13.3
2 weeks ago
FixedImproved the screen analysis algorithm to more accurately identify individual UI elements in edge cases where components were previously grouped too broadly or not recognized at all.
FixedFixed an issue on Android with the New Architecture (Fabric) where opening a nested React Navigation drawer caused false scan failure errors to be reported and the open drawer to not be registered as a screen.
FixedImproved screen component detection for apps using React Native Navigation (RNN) on Android, reducing false scan failures that could prevent screens from being analyzed.
AddediOS apps using React Native now support Swift Package Manager (SPM) as an opt-in alternative to CocoaPods. Enable it by setting $RNPendoEnableSPM = true in your Podfile. CocoaPods remains the default and continues to work unchanged.