Skip to content

Commit ebc3376

Browse files
authored
fix(ios): Xcode 12 compatibility (#229)
1 parent f2e1d77 commit ebc3376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-viewpager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m}"
1717
s.requires_arc = true
1818

19-
s.dependency "React"
19+
s.dependency 'React-Core'
2020
end

0 commit comments

Comments
 (0)