Skip to content

Commit

Permalink
Fix React dependency to enable XCode 12 build (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
harunsmrkovic authored Sep 23, 2020
1 parent 7ecaec6 commit 2f68b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-config.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f68b94

Please sign in to comment.