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 dda1b96 commit 9568aeaCopy full SHA for 9568aea
README.md
@@ -299,7 +299,7 @@ post_install do |installer|
299
installer.pods_project.targets.each do |target|
300
if target.name == "react-native-quick-sqlite" then
301
target.build_configurations.each do |config|
302
- config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '<SQLITE_FLAGS>']
+ config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] << 'SQLITE_ENABLE_FTS5=1'
303
end
304
305
0 commit comments