Skip to content

Commit

Permalink
fix: slide in receive screen from left
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 19, 2024
1 parent bc4f0c2 commit c760706
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pages/receive/Receive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function Receive() {
polling &&
pollCount > 0 &&
receivedTransaction.payment_hash !==
prevTransaction?.payment_hash
prevTransaction?.payment_hash
) {
if (
!invoiceRef.current ||
Expand Down Expand Up @@ -176,7 +176,10 @@ export function Receive() {

return (
<>
<Screen title="Receive" />
<Screen
title="Receive"
animation="slide_from_left"
/>
{!enterCustomAmount && !invoice && !lightningAddress && (
<>
<View className="flex-1 h-full flex flex-col items-center justify-center gap-5">
Expand Down

0 comments on commit c760706

Please sign in to comment.