Fix React dependency to enable XCode 12 build (#500)

This commit is contained in:
Harun Smrkovic 2020-09-23 03:15:34 +02:00 committed by GitHub
parent 7ecaec613d
commit 2f68b94065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ HOST_PATH="$SRCROOT/../.."
s.subspec 'App' do |app|
app.source_files = 'ios/**/*.{h,m}'
app.dependency 'React'
app.dependency 'React-Core'
end
# Use this subspec for iOS extensions that cannot use React dependency