diff --git a/android/app/build.gradle b/android/app/build.gradle
index 789640bdc..1da1b961f 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -98,7 +98,7 @@ android {
applicationId "to.synonym.bitkit.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 46
+ versionCode 51
versionName "1.0"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index c83910b40..7614ba9e7 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -348,7 +348,7 @@ PODS:
- React-Core
- react-native-image-picker (5.3.1):
- React-Core
- - react-native-ldk (0.0.96):
+ - react-native-ldk (0.0.97):
- React
- react-native-libsodium (0.7.0):
- React-Core
@@ -835,7 +835,7 @@ SPEC CHECKSUMS:
react-native-document-picker: 495c444c0c773c6e83a5d91165890ecb1c0a399a
react-native-flipper: 5d8dcbcb905a7e8076c9a61a3709944c23cf48ee
react-native-image-picker: ec9b713e248760bfa0f879f0715391de4651a7cb
- react-native-ldk: d74fff362f75541785d504c78407a1d89efc83e4
+ react-native-ldk: 38eb5291779f3ef181fd6472e7cd5ebf15797f8d
react-native-libsodium: 2834a805c906aef4b7609019bcc87e7d9eb86b23
react-native-mmkv: 7da5e18e55c04a9af9a7e0ab9792a1e8d33765a1
react-native-netinfo: 22c082970cbd99071a4e5aa7a612ac20d66b08f0
diff --git a/ios/bitkit.xcodeproj/project.pbxproj b/ios/bitkit.xcodeproj/project.pbxproj
index 0a4b7883d..f3cfbc9fa 100644
--- a/ios/bitkit.xcodeproj/project.pbxproj
+++ b/ios/bitkit.xcodeproj/project.pbxproj
@@ -556,7 +556,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = 46;
+ CURRENT_PROJECT_VERSION = 51;
DEVELOPMENT_TEAM = KYH47R284B;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = bitkit/Info.plist;
@@ -587,7 +587,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = 46;
+ CURRENT_PROJECT_VERSION = 51;
DEVELOPMENT_TEAM = KYH47R284B;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = bitkit/Info.plist;
diff --git a/package.json b/package.json
index 20c641629..312b1a99b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "bitkit",
"author": "Synonym",
- "version": "1.0.0-beta.46",
+ "version": "1.0.0-beta.51",
"private": false,
"scripts": {
"setup-android": "yarn add -D github:sodium-friends/react-native-libsodium#6fbfee572fdfde7e7eec7a1956951d106b342145",
@@ -50,7 +50,7 @@
"@reduxjs/toolkit": "^1.9.3",
"@shopify/react-native-skia": "0.1.182",
"@synonymdev/blocktank-client": "0.0.50",
- "@synonymdev/react-native-ldk": "0.0.96",
+ "@synonymdev/react-native-ldk": "0.0.97",
"@synonymdev/react-native-lnurl": "0.0.4",
"@synonymdev/result": "0.0.2",
"@synonymdev/slashtags-auth": "^1.0.0-alpha.5",
diff --git a/src/screens/Contacts/Contact.tsx b/src/screens/Contacts/Contact.tsx
index b2c291846..53b6788e7 100644
--- a/src/screens/Contacts/Contact.tsx
+++ b/src/screens/Contacts/Contact.tsx
@@ -12,7 +12,6 @@ import {
CopyIcon,
PencileIcon,
ShareIcon,
- TrashIcon,
} from '../../styles/icons';
import NavigationHeader from '../../components/NavigationHeader';
import SafeAreaInset from '../../components/SafeAreaInset';
@@ -171,14 +170,14 @@ const Contact = ({
}}>
- {
- setShowDialog(true);
- }}
- testID="DeleteContactButton">
-
-
+ {/* {*/}
+ {/* setShowDialog(true);*/}
+ {/* }}*/}
+ {/* testID="DeleteContactButton">*/}
+ {/* */}
+ {/**/}
diff --git a/yarn.lock b/yarn.lock
index da07525a4..a8b3a7c5d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2603,10 +2603,10 @@
cross-fetch "^3.1.4"
node-fetch "3.1.1"
-"@synonymdev/react-native-ldk@0.0.96":
- version "0.0.96"
- resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.96.tgz#7fd8d9fc60784ead20f62ca684e30099af146ea9"
- integrity sha512-zyvUCmVSM7uidPXgx+X1Ygi0aO9sbjtKmX75GTm2urw2PVESV840DhHcO0ojWYq3efrRYDf3AofDylRjCmHLqw==
+"@synonymdev/react-native-ldk@0.0.97":
+ version "0.0.97"
+ resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.97.tgz#b2dd1cc066599ea167ffd49a65669b57c0dceea0"
+ integrity sha512-2mQiumWerAh8+9bDnBB1n0rstfmz7wGISYJvw6BsFydwKQrBaH4E9MfRWOcKB6cf9nW4CD7uzRyH0QlqOvnbdQ==
dependencies:
bitcoinjs-lib "^6.0.2"