Skip to content

Commit ee7f356

Browse files
kasinskasgauthierm
authored andcommitted
fix: xcode 12 compatibility (andpor#447)
1 parent de14891 commit ee7f356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-sqlite-storage.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.preserve_paths = 'README.md', 'LICENSE', 'package.json', 'sqlite.js'
1818
s.source_files = "platforms/ios/*.{h,m,c}"
1919

20-
s.dependency 'React'
20+
s.dependency 'React-Core'
2121
s.library = 'sqlite3'
2222
end

0 commit comments

Comments
 (0)