Skip to content

Commit

Permalink
fix: update ios session replay version for react native (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
crleona authored Dec 13, 2024
2 parents af6aa43 + 070a71c commit e8461b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency 'AmplitudeSessionReplay', '>=0.0.14'
s.dependency 'AmplitudeSessionReplay', '>=0.0.15'

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down

0 comments on commit e8461b2

Please sign in to comment.