Skip to content

Commit f58b3d3

Browse files
committed
fix: package issue
1 parent 3572d20 commit f58b3d3

File tree

5 files changed

+18
-56
lines changed

5 files changed

+18
-56
lines changed

demos/react-native-barebones-opsqlite/ios/Podfile.lock

Lines changed: 4 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ PODS:
5555
- ReactCommon/turbomodule/bridging
5656
- ReactCommon/turbomodule/core
5757
- Yoga
58-
- powersync-sqlite-core (0.3.9)
58+
- powersync-sqlite-core (0.3.11)
5959
- RCT-Folly (2024.11.18.00):
6060
- boost
6161
- DoubleConversion
@@ -1547,51 +1547,6 @@ PODS:
15471547
- React-logger (= 0.77.0)
15481548
- React-perflogger (= 0.77.0)
15491549
- React-utils (= 0.77.0)
1550-
- RNScreens (4.6.0):
1551-
- DoubleConversion
1552-
- glog
1553-
- hermes-engine
1554-
- RCT-Folly (= 2024.11.18.00)
1555-
- RCTRequired
1556-
- RCTTypeSafety
1557-
- React-Core
1558-
- React-debug
1559-
- React-Fabric
1560-
- React-featureflags
1561-
- React-graphics
1562-
- React-ImageManager
1563-
- React-NativeModulesApple
1564-
- React-RCTFabric
1565-
- React-RCTImage
1566-
- React-rendererdebug
1567-
- React-utils
1568-
- ReactCodegen
1569-
- ReactCommon/turbomodule/bridging
1570-
- ReactCommon/turbomodule/core
1571-
- RNScreens/common (= 4.6.0)
1572-
- Yoga
1573-
- RNScreens/common (4.6.0):
1574-
- DoubleConversion
1575-
- glog
1576-
- hermes-engine
1577-
- RCT-Folly (= 2024.11.18.00)
1578-
- RCTRequired
1579-
- RCTTypeSafety
1580-
- React-Core
1581-
- React-debug
1582-
- React-Fabric
1583-
- React-featureflags
1584-
- React-graphics
1585-
- React-ImageManager
1586-
- React-NativeModulesApple
1587-
- React-RCTFabric
1588-
- React-RCTImage
1589-
- React-rendererdebug
1590-
- React-utils
1591-
- ReactCodegen
1592-
- ReactCommon/turbomodule/bridging
1593-
- ReactCommon/turbomodule/core
1594-
- Yoga
15951550
- SocketRocket (0.7.1)
15961551
- Yoga (0.0.0)
15971552

@@ -1603,7 +1558,7 @@ DEPENDENCIES:
16031558
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
16041559
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
16051560
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1606-
- "op-sqlite (from `../node_modules/@op-engineering/op-sqlite`)"
1561+
- "op-sqlite (from `../../../node_modules/@op-engineering/op-sqlite`)"
16071562
- "powersync-op-sqlite (from `../node_modules/@powersync/op-sqlite`)"
16081563
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
16091564
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
@@ -1665,7 +1620,6 @@ DEPENDENCIES:
16651620
- ReactAppDependencyProvider (from `build/generated/ios`)
16661621
- ReactCodegen (from `build/generated/ios`)
16671622
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
1668-
- RNScreens (from `../node_modules/react-native-screens`)
16691623
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
16701624

16711625
SPEC REPOS:
@@ -1690,7 +1644,7 @@ EXTERNAL SOURCES:
16901644
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
16911645
:tag: hermes-2024-11-25-RNv0.77.0-d4f25d534ab744866448b36ca3bf3d97c08e638c
16921646
op-sqlite:
1693-
:path: "../node_modules/@op-engineering/op-sqlite"
1647+
:path: "../../../node_modules/@op-engineering/op-sqlite"
16941648
powersync-op-sqlite:
16951649
:path: "../node_modules/@powersync/op-sqlite"
16961650
RCT-Folly:
@@ -1809,8 +1763,6 @@ EXTERNAL SOURCES:
18091763
:path: build/generated/ios
18101764
ReactCommon:
18111765
:path: "../node_modules/react-native/ReactCommon"
1812-
RNScreens:
1813-
:path: "../node_modules/react-native-screens"
18141766
Yoga:
18151767
:path: "../node_modules/react-native/ReactCommon/yoga"
18161768

@@ -1824,7 +1776,7 @@ SPEC CHECKSUMS:
18241776
hermes-engine: 1f783c3d53940aed0d2c84586f0b7a85ab7827ef
18251777
op-sqlite: 3b354ca04cc19a020ca352a040baf61ec9ff5ca2
18261778
powersync-op-sqlite: 16da9cbafac4f8b2553a1ba559995d5ea1df5323
1827-
powersync-sqlite-core: 7515d321eb8e3c08b5259cdadb9d19b1876fe13a
1779+
powersync-sqlite-core: 63f9e7adb74044ab7786e4f60e86994d13dcc7a9
18281780
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809
18291781
RCTDeprecation: f5c19ebdb8804b53ed029123eb69914356192fc8
18301782
RCTRequired: 6ae6cebe470486e0e0ce89c1c0eabb998e7c51f4
@@ -1883,7 +1835,6 @@ SPEC CHECKSUMS:
18831835
ReactAppDependencyProvider: 3d947e9d62f351c06c71497e1be897e6006dc303
18841836
ReactCodegen: 1baa534318b19e95fb0f02db0a1ae1e3c271944d
18851837
ReactCommon: 6014af4276bb2debc350e2620ef1bd856b4d981c
1886-
RNScreens: c8c0b69f667891d474ad1229054d514f06778772
18871838
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
18881839
Yoga: 78d74e245ed67bb94275a1316cdc170b9b7fe884
18891840

demos/react-native-barebones-opsqlite/metro.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ config.resolver.resolveRequest = (context, moduleName, platform) => {
4545
return context.resolveRequest(context, moduleName, platform);
4646
};
4747

48+
/** @type {import('@react-native/metro-config').MetroConfig} */
4849
module.exports = mergeConfig(getDefaultConfig(__dirname), config);

demos/react-native-barebones-opsqlite/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"@azure/core-asynciterator-polyfill": "^1.0.2",
1414
"@op-engineering/op-sqlite": "^11.4.4",
1515
"@powersync/op-sqlite": "workspace:*",
16+
"@powersync/common": "workspace:*",
1617
"@powersync/react-native": "workspace:*",
18+
"@powersync/react": "workspace:*",
1719
"react": "18.3.1",
1820
"react-native": "0.77.0"
1921
},
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"extends": "@react-native/typescript-config/tsconfig.json"
2+
"extends": "@react-native/typescript-config/tsconfig.json",
3+
"compilerOptions": {
4+
"strict": true,
5+
"composite": true
6+
}
37
}

pnpm-lock.yaml

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)