We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8254a5 commit dbc37c2Copy full SHA for dbc37c2
package/RNNitroSQLite.podspec
@@ -32,8 +32,6 @@ Pod::Spec.new do |s|
32
load 'nitrogen/generated/ios/RNNitroSQLite+autolinking.rb'
33
add_nitrogen_files(s)
34
35
- # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
36
- # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
37
install_modules_dependencies(s)
38
39
optimizedCflags = '$(inherited) -DSQLITE_DQS=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS=1 -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_OMIT_DEPRECATED=1 -DSQLITE_OMIT_PROGRESS_CALLBACK=1 -DSQLITE_OMIT_SHARED_CACHE=1 -DSQLITE_USE_ALLOCA=1'
0 commit comments