Skip to content

Commit 9273275

Browse files
committed
Exclude React core when install_modules is defined
1 parent e82446d commit 9273275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

react-native-quick-sqlite.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Pod::Spec.new do |s|
2626
s.header_mappings_dir = "cpp"
2727
s.source_files = "ios/**/*.{h,hpp,m,mm}", "cpp/**/*.{h,cpp,c}"
2828

29+
s.dependency "React-callinvoker"
30+
s.dependency "React"
31+
s.dependency "powersync-sqlite-core", "~> 0.2.1"
2932
if defined?(install_modules_dependencies())
3033
install_modules_dependencies(s)
3134
else
32-
s.dependency "React-callinvoker"
33-
s.dependency "React"
3435
s.dependency "React-Core"
3536
end
36-
s.dependency "powersync-sqlite-core", "~> 0.2.1"
3737

3838
if ENV['QUICK_SQLITE_USE_PHONE_VERSION'] == '1' then
3939
s.exclude_files = "cpp/sqlite3.c", "cpp/sqlite3.h"

0 commit comments

Comments
 (0)