Skip to content

Commit 4317f1d

Browse files
Fix React dependency to enable XCode 12 build
1 parent a92abd8 commit 4317f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-app-auth.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313
s.source = { :git => 'https://github.com/FormidableLabs/react-native-app-auth.git', :tag => "v#{s.version}" }
1414
s.source_files = 'ios/**/*.{h,m}'
1515
s.requires_arc = true
16-
s.dependency 'React'
16+
s.dependency 'React-Core'
1717
s.dependency 'AppAuth', '1.4.0'
1818
end

0 commit comments

Comments
 (0)