diff --git a/.changeset/tidy-students-drive.md b/.changeset/tidy-students-drive.md new file mode 100644 index 00000000..98950d4f --- /dev/null +++ b/.changeset/tidy-students-drive.md @@ -0,0 +1,5 @@ +--- +'react-native-app-auth': patch +--- + +Update AppAuth-iOS to version 1.7.6 diff --git a/packages/react-native-app-auth/react-native-app-auth.podspec b/packages/react-native-app-auth/react-native-app-auth.podspec index 333a991d..7b555ad3 100644 --- a/packages/react-native-app-auth/react-native-app-auth.podspec +++ b/packages/react-native-app-auth/react-native-app-auth.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.source_files = 'ios/**/*.{h,m}' s.requires_arc = true s.dependency 'React-Core' - s.dependency 'AppAuth', '>= 1.7.3' + s.dependency 'AppAuth', '>= 1.7.6' end