Last active
August 3, 2022 01:04
-
-
Save mitsuharu/2167565246e2808bb9c240cfaf6d0bf4 to your computer and use it in GitHub Desktop.
patch file for react-native-sqlite-storage 6.0.1 with patch-package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/react-native-sqlite-storage/react-native.config.js b/node_modules/react-native-sqlite-storage/react-native.config.js | |
index dc150a9..7dcf0ef 100644 | |
--- a/node_modules/react-native-sqlite-storage/react-native.config.js | |
+++ b/node_modules/react-native-sqlite-storage/react-native.config.js | |
@@ -1,9 +1,7 @@ | |
module.exports = { | |
dependency: { | |
platforms: { | |
- ios: { | |
- project: './platforms/ios/SQLite.xcodeproj' | |
- }, | |
+ ios: {}, | |
android: { | |
sourceDir: './platforms/android' | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node_modules/react-native-sqlite-storage/react-native.config.js
npx patch-package react-native-sqlite-storage
at terminalreact-native-sqlite-storage+6.0.1.patch
and adds it to{$root}/patches