From 5904e765baf83fc4cb58f905a1cfefe09280b460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Tue, 9 Nov 2021 12:30:39 -0500 Subject: [PATCH 1/2] ADD: Rate last updated date --- components/AmountInput.js | 2 +- loc/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/AmountInput.js b/components/AmountInput.js index f60c41bea..aa27e7311 100644 --- a/components/AmountInput.js +++ b/components/AmountInput.js @@ -303,7 +303,7 @@ class AmountInput extends Component { - {loc.formatString(loc.send.outdated_rate, { date: dayjs(this.state.mostRecentFetchedRate.LastUpdated).format('LT') })} + {loc.formatString(loc.send.outdated_rate, { date: dayjs(this.state.mostRecentFetchedRate.LastUpdated).format('l LT') })} Date: Wed, 10 Nov 2021 14:54:08 +0000 Subject: [PATCH 2/2] Update dependency react-native-image-picker to v4.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c842071ec..08c3440c7 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "react-native-handoff": "https://github.com/BlueWallet/react-native-handoff#31d005f93d31099d0e564590a3bbd052b8a02b39", "react-native-haptic-feedback": "1.13.0", "react-native-idle-timer": "https://github.com/BlueWallet/react-native-idle-timer#8587876d68ab5920e79619726aeca9e672beaf2b", - "react-native-image-picker": "4.1.2", + "react-native-image-picker": "4.2.0", "react-native-ios-context-menu": "https://github.com/BlueWallet/react-native-ios-context-menu.git#v1.3.0", "react-native-keychain": "8.0.0", "react-native-level-fs": "3.0.1",