Skip to content

Commit 392b3ac

Browse files
authored
fix(ios): depend on React-Core directly, not React (#139)
This is apparently needed for Xcode 12 compatibility
1 parent d63d383 commit 392b3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNAppleAuthentication.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
1515
s.social_media_url = 'http://twitter.com/invertaseio'
1616
s.ios.deployment_target = "9.0"
1717
s.source_files = 'ios/**/*.{h,m}'
18-
s.dependency 'React'
18+
s.dependency 'React-Core'
1919
s.static_framework = true
2020
end

0 commit comments

Comments
 (0)