You need to sign in or sign up before continuing.
Commit 436ec37f by G

spacing (padding, margin) updates for the scrollview.

parent f99a8f03
......@@ -22,8 +22,10 @@ const TransactionHistoryScreen = () => {
<ScrollView
refreshControl={<RefreshControl refreshing={isLoading} onRefresh={refetch} />}
contentContainerStyle={{
gap: 5,
gap: 10,
padding: 10,
marginTop: 10,
paddingBottom: 30,
flexDirection: "column",
}}
showsVerticalScrollIndicator={false}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment