Skip to content

Commit 617ea1a

Browse files
committed
fix: more wrapper
1 parent 0d40728 commit 617ea1a

File tree

15 files changed

+2918
-138
lines changed

15 files changed

+2918
-138
lines changed

android/src/main/java/com/loro/lororeactnative/LoroReactNativeModule.kt

Lines changed: 0 additions & 43 deletions
This file was deleted.

android/src/main/java/com/loro/lororeactnative/LoroReactNativePackage.kt

Lines changed: 0 additions & 34 deletions
This file was deleted.

cpp/generated/loro.cpp

Lines changed: 328 additions & 0 deletions
Large diffs are not rendered by default.

cpp/generated/loro.hpp

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ class NativeLoro : public jsi::HostObject {
311311
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorocounter_is_deleted(
312312
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
313313
size_t count);
314+
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorocounter_subscribe(
315+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
316+
size_t count);
314317
jsi::Value cpp_uniffi_loro_ffi_fn_clone_lorodoc(jsi::Runtime &rt,
315318
const jsi::Value &thisVal,
316319
const jsi::Value *args,
@@ -655,6 +658,9 @@ class NativeLoro : public jsi::HostObject {
655658
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorolist_push(
656659
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
657660
size_t count);
661+
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorolist_subscribe(
662+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
663+
size_t count);
658664
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorolist_to_vec(
659665
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
660666
size_t count);
@@ -754,6 +760,9 @@ class NativeLoro : public jsi::HostObject {
754760
jsi::Value cpp_uniffi_loro_ffi_fn_method_loromap_len(
755761
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
756762
size_t count);
763+
jsi::Value cpp_uniffi_loro_ffi_fn_method_loromap_subscribe(
764+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
765+
size_t count);
757766
jsi::Value cpp_uniffi_loro_ffi_fn_method_loromap_values(
758767
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
759768
size_t count);
@@ -872,6 +881,9 @@ class NativeLoro : public jsi::HostObject {
872881
jsi::Value cpp_uniffi_loro_ffi_fn_method_loromovablelist_set_tree_container(
873882
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
874883
size_t count);
884+
jsi::Value cpp_uniffi_loro_ffi_fn_method_loromovablelist_subscribe(
885+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
886+
size_t count);
875887
jsi::Value cpp_uniffi_loro_ffi_fn_method_loromovablelist_to_vec(
876888
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
877889
size_t count);
@@ -889,6 +901,9 @@ class NativeLoro : public jsi::HostObject {
889901
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorotext_apply_delta(
890902
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
891903
size_t count);
904+
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorotext_char_at(
905+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
906+
size_t count);
892907
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorotext_delete(
893908
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
894909
size_t count);
@@ -949,6 +964,9 @@ class NativeLoro : public jsi::HostObject {
949964
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorotext_splice(
950965
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
951966
size_t count);
967+
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorotext_subscribe(
968+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
969+
size_t count);
952970
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorotext_to_delta(
953971
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
954972
size_t count);
@@ -1056,6 +1074,9 @@ class NativeLoro : public jsi::HostObject {
10561074
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorotree_roots(
10571075
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
10581076
size_t count);
1077+
jsi::Value cpp_uniffi_loro_ffi_fn_method_lorotree_subscribe(
1078+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1079+
size_t count);
10591080
jsi::Value cpp_uniffi_loro_ffi_fn_clone_lorounknown(jsi::Runtime &rt,
10601081
const jsi::Value &thisVal,
10611082
const jsi::Value *args,
@@ -1509,6 +1530,9 @@ class NativeLoro : public jsi::HostObject {
15091530
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorocounter_is_deleted(
15101531
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
15111532
size_t count);
1533+
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorocounter_subscribe(
1534+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1535+
size_t count);
15121536
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorodoc_apply_diff(
15131537
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
15141538
size_t count);
@@ -1843,6 +1867,9 @@ class NativeLoro : public jsi::HostObject {
18431867
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorolist_push(
18441868
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
18451869
size_t count);
1870+
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorolist_subscribe(
1871+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1872+
size_t count);
18461873
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorolist_to_vec(
18471874
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
18481875
size_t count);
@@ -1935,6 +1962,9 @@ class NativeLoro : public jsi::HostObject {
19351962
jsi::Value cpp_uniffi_loro_ffi_checksum_method_loromap_len(
19361963
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
19371964
size_t count);
1965+
jsi::Value cpp_uniffi_loro_ffi_checksum_method_loromap_subscribe(
1966+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1967+
size_t count);
19381968
jsi::Value cpp_uniffi_loro_ffi_checksum_method_loromap_values(
19391969
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
19401970
size_t count);
@@ -2051,12 +2081,18 @@ class NativeLoro : public jsi::HostObject {
20512081
cpp_uniffi_loro_ffi_checksum_method_loromovablelist_set_tree_container(
20522082
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
20532083
size_t count);
2084+
jsi::Value cpp_uniffi_loro_ffi_checksum_method_loromovablelist_subscribe(
2085+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
2086+
size_t count);
20542087
jsi::Value cpp_uniffi_loro_ffi_checksum_method_loromovablelist_to_vec(
20552088
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
20562089
size_t count);
20572090
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorotext_apply_delta(
20582091
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
20592092
size_t count);
2093+
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorotext_char_at(
2094+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
2095+
size_t count);
20602096
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorotext_delete(
20612097
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
20622098
size_t count);
@@ -2118,6 +2154,9 @@ class NativeLoro : public jsi::HostObject {
21182154
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorotext_splice(
21192155
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
21202156
size_t count);
2157+
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorotext_subscribe(
2158+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
2159+
size_t count);
21212160
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorotext_to_delta(
21222161
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
21232162
size_t count);
@@ -2217,6 +2256,9 @@ class NativeLoro : public jsi::HostObject {
22172256
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorotree_roots(
22182257
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
22192258
size_t count);
2259+
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorotree_subscribe(
2260+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
2261+
size_t count);
22202262
jsi::Value cpp_uniffi_loro_ffi_checksum_method_lorounknown_id(
22212263
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
22222264
size_t count);

example/ios/Podfile.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- hermes-engine (0.79.2):
99
- hermes-engine/Pre-built (= 0.79.2)
1010
- hermes-engine/Pre-built (0.79.2)
11-
- loro-react-native (1.5.0-alpha.5):
11+
- loro-react-native (1.5.0):
1212
- DoubleConversion
1313
- glog
1414
- hermes-engine
@@ -1917,73 +1917,73 @@ SPEC CHECKSUMS:
19171917
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
19181918
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
19191919
hermes-engine: 314be5250afa5692b57b4dd1705959e1973a8ebe
1920-
loro-react-native: 2dbd52290bfb19fb07351c1f3de950889d67ffd8
1920+
loro-react-native: bdefaefce31f86a66009f3521ae2d1e2b952441d
19211921
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809
19221922
RCTDeprecation: 83ffb90c23ee5cea353bd32008a7bca100908f8c
19231923
RCTRequired: eb7c0aba998009f47a540bec9e9d69a54f68136e
19241924
RCTTypeSafety: 659ae318c09de0477fd27bbc9e140071c7ea5c93
19251925
React: c2d3aa44c49bb34e4dfd49d3ee92da5ebacc1c1c
19261926
React-callinvoker: 1bdfb7549b5af266d85757193b5069f60659ef9d
1927-
React-Core: 10597593fdbae06f0089881e025a172e51d4a769
1928-
React-CoreModules: 6907b255529dd46895cf687daa67b24484a612c2
1929-
React-cxxreact: a9f5b8180d6955bc3f6a3fcd657c4d9b4d95c1f6
1927+
React-Core: 7150cf9b6a5af063b37003062689f1691e79c020
1928+
React-CoreModules: 15a85e6665d61678942da6ae485b351f4c699049
1929+
React-cxxreact: 74f9de59259ac951923f5726aa14f0398f167af9
19301930
React-debug: e74e76912b91e08d580c481c34881899ccf63da9
1931-
React-defaultsnativemodule: 11f6ee2cf69bf3af9d0f28a6253def33d21b5266
1932-
React-domnativemodule: f940bbc4fa9e134190acbf3a4a9f95621b5a8f51
1933-
React-Fabric: 6f5c357bf3a42ff11f8844ad3fc7a1eb04f4b9de
1934-
React-FabricComponents: 10e0c0209822ac9e69412913a8af1ca33573379b
1935-
React-FabricImage: f582e764072dfa4715ae8c42979a5bace9cbcc12
1931+
React-defaultsnativemodule: 628285212bbd65417d40ad6a9f8781830fda6c98
1932+
React-domnativemodule: 185d9808198405c176784aaf33403d713bd24fb7
1933+
React-Fabric: c814804affbe1952e16149ddd20256e1bccae67e
1934+
React-FabricComponents: 81ef47d596966121784afec9924f9562a29b1691
1935+
React-FabricImage: f14f371d678aa557101def954ac3ba27e48948ff
19361936
React-featureflags: d5facceff8f8f6de430e0acecf4979a9a0839ba9
1937-
React-featureflagsnativemodule: a7dd141f1ef4b7c1331af0035689fbc742a49ff4
1938-
React-graphics: 36ae3407172c1c77cea29265d2b12b90aaef6aa0
1939-
React-hermes: 9116d4e6d07abeb519a2852672de087f44da8f12
1940-
React-idlecallbacksnativemodule: ae7f5ffc6cf2d2058b007b78248e5b08172ad5c3
1941-
React-ImageManager: 9daee0dc99ad6a001d4b9e691fbf37107e2b7b54
1942-
React-jserrorhandler: 1e6211581071edaf4ecd5303147328120c73f4dc
1943-
React-jsi: 753ba30c902f3a41fa7f956aca8eea3317a44ee6
1944-
React-jsiexecutor: 47520714aa7d9589c51c0f3713dfbfca4895d4f9
1945-
React-jsinspector: cfd27107f6d6f1076a57d88c932401251560fe5f
1946-
React-jsinspectortracing: 76a7d791f3c0c09a0d2bf6f46dfb0e79a4fcc0ac
1947-
React-jsitooling: 995e826570dd58f802251490486ebd3244a037ab
1948-
React-jsitracing: 094ae3d8c123cea67b50211c945b7c0443d3e97b
1949-
React-logger: 8edfcedc100544791cd82692ca5a574240a16219
1950-
React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468
1951-
React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6
1952-
React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e
1937+
React-featureflagsnativemodule: 96f0ab285382d95c90f663e02526a5ceefa95a11
1938+
React-graphics: 1a66ee0a3f093b125b853f6370296fadcaf6f233
1939+
React-hermes: 8b86e5f54a65ecb69cdf22b3a00a11562eda82d2
1940+
React-idlecallbacksnativemodule: 5c25ab145c602264d00cb26a397ab52e0efa031c
1941+
React-ImageManager: 15e34bd5ef1ac4a18e96660817ef70a7f99ee8c2
1942+
React-jserrorhandler: 02cdf2cd45350108be1ffd2b164578936dbbdff7
1943+
React-jsi: 6af1987cfbb1b6621664fdbf6c7b62bd4d38c923
1944+
React-jsiexecutor: 51f372998e0303585cb0317232b938d694663cbd
1945+
React-jsinspector: 3539ad976d073bfaa8a7d2fa9bef35e70e55033e
1946+
React-jsinspectortracing: e8dbacaf67c201f23052ca1c2bae2f7b84dec443
1947+
React-jsitooling: 95a34f41e3c249d42181de13b4f8d854f178ca9f
1948+
React-jsitracing: 25b029cf5cad488252d46da19dd8c4c134fd5fe4
1949+
React-logger: 368570a253f00879a1e4fea24ed4047e72e7bbf3
1950+
React-Mapbuffer: c04fcda1c6281fc0a6824c7dcc1633dd217ac1ec
1951+
React-microtasksnativemodule: ca2804a25fdcefffa0aa942aa23ab53b99614a34
1952+
React-NativeModulesApple: 452b86b29fae99ed0a4015dca3ad9cd222f88abf
19531953
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c
1954-
React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d
1955-
React-performancetimeline: 5b0dfc0acba29ea0269ddb34cd6dd59d3b8a1c66
1954+
React-perflogger: 6fd2f6811533e9c19a61e855c3033eecbf4ad2a0
1955+
React-performancetimeline: abf31259d794c9274b3ea19c5016186925eec6c4
19561956
React-RCTActionSheet: a499b0d6d9793886b67ba3e16046a3fef2cdbbc3
1957-
React-RCTAnimation: cc64adc259aabc3354b73065e2231d796dfce576
1958-
React-RCTAppDelegate: 9d523da768f1c9e84c5f3b7e3624d097dfb0e16b
1959-
React-RCTBlob: e727f53eeefded7e6432eb76bd22b57bc880e5d1
1960-
React-RCTFabric: 58590aa4fdb4ad546c06a7449b486cf6844e991f
1961-
React-RCTFBReactNativeSpec: 9064c63d99e467a3893e328ba3612745c3c3a338
1962-
React-RCTImage: 7159cbdbb18a09d97ba1a611416eced75b3ccb29
1963-
React-RCTLinking: 46293afdb859bccc63e1d3dedc6901a3c04ef360
1964-
React-RCTNetwork: 4a6cd18f5bcd0363657789c64043123a896b1170
1965-
React-RCTRuntime: 5ab904fd749aa52f267ef771d265612582a17880
1966-
React-RCTSettings: 61e361dc85136d1cb0e148b7541993d2ee950ea7
1967-
React-RCTText: abd1e196c3167175e6baef18199c6d9d8ac54b4e
1968-
React-RCTVibration: 490e0dcb01a3fe4a0dfb7bc51ad5856d8b84f343
1957+
React-RCTAnimation: 2595dcb10a82216a511b54742f8c28d793852ac6
1958+
React-RCTAppDelegate: f03604b70f57c9469a84a159d8abecf793a5bcff
1959+
React-RCTBlob: e00f9b4e2f151938f4d9864cf33ebf24ac03328a
1960+
React-RCTFabric: 3945d116fd271598db262d4e6ed5691d431ed9e8
1961+
React-RCTFBReactNativeSpec: 0f4d4f0da938101f2ca9d5333a8f46e527ad2819
1962+
React-RCTImage: dac5e9f8ec476aefe6e60ee640ebc1dfaf1a4dbe
1963+
React-RCTLinking: 494b785a40d952a1dfbe712f43214376e5f0e408
1964+
React-RCTNetwork: b3d7c30cd21793e268db107dd0980cb61b3c1c44
1965+
React-RCTRuntime: a8ff419d437228e7b8a793b14f9d711e1cbb82af
1966+
React-RCTSettings: a060c7e381a3896104761b8eed7e284d95e37df3
1967+
React-RCTText: 4f272b72dbb61f390d8c8274528f9fdbff983806
1968+
React-RCTVibration: 0e5326220719aca12473d703aa46693e3b4ce67a
19691969
React-rendererconsistency: 351fdbc5c1fe4da24243d939094a80f0e149c7a1
1970-
React-renderercss: 3438814bee838ae7840a633ab085ac81699fd5cf
1971-
React-rendererdebug: 0ac2b9419ad6f88444f066d4b476180af311fb1e
1970+
React-renderercss: d333f2ada83969591100d91ec6b23ca2e17e1507
1971+
React-rendererdebug: 039e5949b72ba63c703de020701e3fd152434c61
19721972
React-rncore: 57ed480649bb678d8bdc386d20fee8bf2b0c307c
1973-
React-RuntimeApple: 8b7a9788f31548298ba1990620fe06b40de65ad7
1974-
React-RuntimeCore: e03d96fbd57ce69fd9bca8c925942194a5126dbc
1973+
React-RuntimeApple: 344a5e1105256000afabaa8df12c3e4cab880340
1974+
React-RuntimeCore: 0e48fb5e5160acc0334c7a723a42d42cef4b58b6
19751975
React-runtimeexecutor: d60846710facedd1edb70c08b738119b3ee2c6c2
1976-
React-RuntimeHermes: aab794755d9f6efd249b61f3af4417296904e3ba
1977-
React-runtimescheduler: c3cd124fa5db7c37f601ee49ca0d97019acd8788
1976+
React-RuntimeHermes: 064286a03871d932c99738e0f8ef854962ab4b99
1977+
React-runtimescheduler: e917ab17ae08c204af1ebf8f669b7e411b0220c8
19781978
React-timing: a90f4654cbda9c628614f9bee68967f1768bd6a5
1979-
React-utils: a612d50555b6f0f90c74b7d79954019ad47f5de6
1980-
ReactAppDependencyProvider: 04d5eb15eb46be6720e17a4a7fa92940a776e584
1981-
ReactCodegen: 0d60a2f57ada297a8e66b512ef5c92227a475e72
1982-
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
1979+
React-utils: 51c4e71608b8133fecc9a15801d244ae7bdf3758
1980+
ReactAppDependencyProvider: d5dcc564f129632276bd3184e60f053fcd574d6b
1981+
ReactCodegen: b9c6802762046e8000655cee5ba22f6422620f03
1982+
ReactCommon: 4d0da92a5eb8da86c08e3ec34bd23ab439fb2461
19831983
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19841984
uniffi-bindgen-react-native: 018090e6c342b31e1189eb4d098860e9d44caa86
19851985
Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf
19861986

19871987
PODFILE CHECKSUM: a5ca260180a96f18394d1d29176689cad6469ad8
19881988

1989-
COCOAPODS: 1.15.2
1989+
COCOAPODS: 1.16.2

example/src/App.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,18 @@ import {
88
type LoroValueLike,
99
loroValueToJsValue,
1010
} from "../../src";
11-
String.prototype.asContainerId = function (ty: ContainerType): ContainerId {
12-
return new ContainerId.Root({
13-
name: this as string,
14-
containerType: ty,
15-
});
16-
};
11+
1712
export default function App() {
1813
const doc = new LoroDoc();
1914
const sub = doc.subscribeRoot((e) => {
20-
console.log(e);
15+
console.log("doc sub", e);
2116
});
2217
const text = doc.getText("text");
2318
text.insert(0, "Hello, world!");
2419
const map = doc.getMap("map");
2520
const list = map.insertContainer("container", new LoroList());
2621
list.insert(0, true);
22+
map.subscribe((e) => { console.log("map sub", e) })
2723
list.insert(1, 123);
2824
map.insert("number", 123);
2925
map.insert("bool", true);

loro-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.source = { :git => "https://github.com/Leeeon233/loro-react-native.git", :tag => "#{s.version}" }
1717

1818
s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm}", "cpp/**/*.{hpp,cpp,c,h}", "cpp/generated/**/*.{hpp,cpp,c,h}"
19-
s.vendored_frameworks = "build/RustFramework.xcframework"
19+
s.vendored_frameworks = "build/LoroFfiFramework.xcframework"
2020
s.dependency "uniffi-bindgen-react-native", "0.28.3-5"
2121

2222
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.

0 commit comments

Comments
 (0)