Skip to content

Commit 0bbf031

Browse files
authored
fix: Xcode 12 compatibility
1 parent d4e860d commit 0bbf031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-splash-screen.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212
s.platform = :ios, "7.0"
1313
s.source = { :git => "https://github.com/crazycodeboy/react-native-splash-screen", :tag => "v#{s.version}" }
1414
s.source_files = "ios/*.{h,m}"
15-
s.dependency "React"
15+
s.dependency "React-Core"
1616
end

0 commit comments

Comments
 (0)