txlemetry-react-native-session-replay
v1.6.1
Published
Txlemetry session replay for React Native
Readme
txlemetry-react-native-session-replay
Txlemetry session replay for React Native (Android and iOS)
Installation
npm install txlemetry-react-native-session-replayiOS dependency resolution
By default, the native SDK is resolved through CocoaPods trunk via pod install.
To opt this package into the Swift Package Manager resolution path, add the following to your app's ios/Podfile.properties.json:
{
"txlemetry.useSpm": "true"
}When that property is set and React Native >= 0.75 is in use, pod install resolves the native SDK through the RN spm_dependency helper. The SPM path requires use_frameworks! :linkage => :dynamic in your Podfile.
