From 13172460186914601ceb4fc6a373dec178d0c5c6 Mon Sep 17 00:00:00 2001 From: Bryce McMath <32586431+bryce-mcmath@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:25:10 -0800 Subject: [PATCH] fix: adjust safeareaview and remove unneeded styles (#1056) Signed-off-by: Bryce McMath --- .../core/App/screens/ProofRequesting.tsx | 23 +- .../ProofRequesting.test.tsx.snap | 353 ++++++++---------- 2 files changed, 175 insertions(+), 201 deletions(-) diff --git a/packages/legacy/core/App/screens/ProofRequesting.tsx b/packages/legacy/core/App/screens/ProofRequesting.tsx index f9fa5ed47..cfc8259ed 100644 --- a/packages/legacy/core/App/screens/ProofRequesting.tsx +++ b/packages/legacy/core/App/screens/ProofRequesting.tsx @@ -118,9 +118,6 @@ const ProofRequesting: React.FC = ({ route, navigation }) marginTop: 'auto', marginHorizontal: 20, }, - footerButton: { - marginBottom: 10, - }, }) const createProofRequest = useCallback(async () => { @@ -192,7 +189,7 @@ const ProofRequesting: React.FC = ({ route, navigation }) }, [proofRecord]) return ( - + {generating && } @@ -204,16 +201,14 @@ const ProofRequesting: React.FC = ({ route, navigation }) - -