Skip to content

Commit

Permalink
chore(deps): bump expo-image (#4039)
Browse files Browse the repository at this point in the history
* chore(deps): bump expo-image

* chore(deps): bump [email protected] and related packages

* fix conflict

---------

Co-authored-by: pierregee <[email protected]>
  • Loading branch information
chloezxyy and pierregee authored Oct 17, 2023
1 parent cffb8b8 commit 2b49ffd
Show file tree
Hide file tree
Showing 5 changed files with 548 additions and 389 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { DomainType, useDomainContext } from "@contexts/DomainContext";

export async function onShare(
address: string,
logger: NativeLoggingProps
logger: NativeLoggingProps,
): Promise<void> {
try {
await Share.share({
Expand Down Expand Up @@ -49,7 +49,7 @@ export function ReceiveScreen(): JSX.Element {
setShowToast(true);
setTimeout(() => setShowToast(false), TOAST_DURATION);
}, 500),
[showToast]
[showToast],
);

useEffect(() => {
Expand All @@ -74,7 +74,7 @@ export function ReceiveScreen(): JSX.Element {
>
{translate(
"screens/ReceiveScreen",
"Scan QR code to receive any dTokens (eg. DUSD,dBTC..) or DFI"
"Scan QR code to receive any dTokens (eg. DUSD,dBTC..) or DFI",
)}
</ThemedTextV2>

Expand Down Expand Up @@ -122,7 +122,7 @@ export function ReceiveScreen(): JSX.Element {
dark={tailwind("border-mono-dark-v2-300")}
light={tailwind("border-mono-light-v2-300")}
style={tailwind(
"py-4 mx-5 flex-row justify-center items-center border-b"
"py-4 mx-5 flex-row justify-center items-center border-b",
)}
>
<ThemedTextV2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function CreateWalletGuidelines({ navigation }: Props): JSX.Element {
>
{translate(
"screens/Guidelines",
"You will be shown 24 recovery words on the next screen. Keep your 24-word recovery safe as it will allow you to recover access to the wallet."
"You will be shown 24 recovery words on the next screen. Keep your 24-word recovery safe as it will allow you to recover access to the wallet.",
)}
</ThemedTextV2>
<LearnMoreCTA
Expand All @@ -105,7 +105,7 @@ export function CreateWalletGuidelines({ navigation }: Props): JSX.Element {
light={tailwind("bg-mono-light-v2-700")}
dark={tailwind("bg-mono-dark-v2-700")}
style={tailwind(
"flex h-6 w-6 flex-row items-center justify-center rounded-full mt-1"
"flex h-6 w-6 flex-row items-center justify-center rounded-full mt-1",
)}
>
{g.Icon?.()}
Expand Down Expand Up @@ -140,7 +140,7 @@ export function CreateWalletGuidelines({ navigation }: Props): JSX.Element {
>
{translate(
"screens/Guidelines",
"I understand it is my responsibility to keep my recovery words secure. Losing them will result in the irrecoverable loss of access to my wallet funds."
"I understand it is my responsibility to keep my recovery words secure. Losing them will result in the irrecoverable loss of access to my wallet funds.",
)}
</ThemedTextV2>
</ThemedTouchableOpacityV2>
Expand Down
Loading

0 comments on commit 2b49ffd

Please sign in to comment.