Skip to content

Commit

Permalink
install native deps from Paranovel v1
Browse files Browse the repository at this point in the history
Although Bun lockfiles aren't supported by patch-package, you can get Bun to output a yarn.lock to work around it. I did so temporarily, then removed it once I'd generated the patch I needed.
ds300/patch-package#489 (comment)
  • Loading branch information
shirakaba committed Nov 2, 2024
1 parent 0235ef3 commit a0e4d46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
"dependencies": {
"@bacons/link-assets": "^1.1.0",
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "7.0.0-rc.21",
"@react-navigation/bottom-tabs": "7.0.0-rc.36",
"@react-navigation/native": "7.0.0-rc.21",
"expo": "~52.0.0-preview.16",
"expo-blur": "~14.0.1",
"expo-constants": "~17.0.2",
"expo-file-system": "^17.0.1",
"expo-font": "~13.0.0",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.2",
Expand All @@ -36,7 +37,9 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-document-picker": "^9.3.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-quick-sqlite": "^8.2.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.0.0-beta.16",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/react-native-quick-sqlite/ios/QuickSQLite.mm b/node_modules/react-native-quick-sqlite/ios/QuickSQLite.mm
index 519f31a..7aad899 100644
index 308f746..a5fc7ea 100644
--- a/node_modules/react-native-quick-sqlite/ios/QuickSQLite.mm
+++ b/node_modules/react-native-quick-sqlite/ios/QuickSQLite.mm
@@ -49,8 +49,7 @@ @implementation QuickSQLite
Expand Down

0 comments on commit a0e4d46

Please sign in to comment.