This repository was archived by the owner on Feb 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
android/src/main/java/com/reactnativeldk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ PODS:
302302 - React-jsinspector (0.70.6)
303303 - React-logger (0.70.6):
304304 - glog
305- - react-native-ldk (0.0.96 ):
305+ - react-native-ldk (0.0.97 ):
306306 - React
307307 - react-native-randombytes (3.6.1):
308308 - React-Core
@@ -593,7 +593,7 @@ SPEC CHECKSUMS:
593593 React-jsiexecutor: b4a65947391c658450151275aa406f2b8263178f
594594 React-jsinspector: 60769e5a0a6d4b32294a2456077f59d0266f9a8b
595595 React-logger: 1623c216abaa88974afce404dc8f479406bbc3a0
596- react-native-ldk: d74fff362f75541785d504c78407a1d89efc83e4
596+ react-native-ldk: 38eb5291779f3ef181fd6472e7cd5ebf15797f8d
597597 react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
598598 react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989
599599 React-perflogger: 8c79399b0500a30ee8152d0f9f11beae7fc36595
Original file line number Diff line number Diff line change @@ -164,10 +164,6 @@ class LdkModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaMod
164164
165165 @ReactMethod
166166 fun setAccountStoragePath (storagePath : String , promise : Promise ) {
167- if (accountStoragePath != " " ) {
168- return handleReject(promise, LdkErrors .already_init)
169- }
170-
171167 val accountStoragePath = File (storagePath)
172168 val channelStoragePath = File (" $storagePath /channels/" )
173169
Original file line number Diff line number Diff line change 11{
22 "name" : " @synonymdev/react-native-ldk" ,
33 "title" : " React Native LDK" ,
4- "version" : " 0.0.96 " ,
4+ "version" : " 0.0.97 " ,
55 "description" : " React Native wrapper for LDK" ,
66 "main" : " ./dist/index.js" ,
77 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments