File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const App = () => {
3333 onPress = { async ( ) => {
3434 setMessage ( 'Starting LDK...' ) ;
3535 try {
36- const res = await lm . start ( ) ;
36+ const res = await lm . start ( { } ) ;
3737
3838 if ( res . isErr ( ) ) {
3939 setMessage ( res . error . message ) ;
@@ -42,6 +42,7 @@ const App = () => {
4242
4343 setMessage ( JSON . stringify ( res . value ) ) ;
4444 } catch ( e ) {
45+ console . error ( e ) ;
4546 setMessage ( e . toString ( ) ) ;
4647 }
4748 } }
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ PODS:
282282 - React-jsinspector (0.68.2)
283283 - React-logger (0.68.2):
284284 - glog
285- - react-native-ldk (0.0.38 ):
285+ - react-native-ldk (0.0.39 ):
286286 - React
287287 - React-perflogger (0.68.2)
288288 - React-RCTActionSheet (0.68.2):
@@ -528,7 +528,7 @@ SPEC CHECKSUMS:
528528 React-jsiexecutor: b7b553412f2ec768fe6c8f27cd6bafdb9d8719e6
529529 React-jsinspector: c5989c77cb89ae6a69561095a61cce56a44ae8e8
530530 React-logger: a0833912d93b36b791b7a521672d8ee89107aff1
531- react-native-ldk: 3f1841997c2c0768bc758167c43ce125a03f3b07
531+ react-native-ldk: 280d36775926c9fc0f50793f5fcb501dd8cc6d95
532532 React-perflogger: a18b4f0bd933b8b24ecf9f3c54f9bf65180f3fe6
533533 React-RCTActionSheet: 547fe42fdb4b6089598d79f8e1d855d7c23e2162
534534 React-RCTAnimation: bc9440a1c37b06ae9ebbb532d244f607805c6034
You can’t perform that action at this time.
0 commit comments