From 7215da135bc434b689cc82d1c606da38b01775c4 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 3 Jan 2023 14:35:33 -0600 Subject: Add scrolling to menu --- src/view/shell/mobile/Menu.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/view/shell/mobile/Menu.tsx b/src/view/shell/mobile/Menu.tsx index 81f2164da..99f2bdab6 100644 --- a/src/view/shell/mobile/Menu.tsx +++ b/src/view/shell/mobile/Menu.tsx @@ -1,5 +1,6 @@ import React, {useEffect} from 'react' import { + ScrollView, StyleProp, StyleSheet, TouchableOpacity, @@ -97,7 +98,7 @@ export const Menu = observer( ) return ( - + onNavigate(`/profile/${store.me.handle}`)} style={styles.profileCard}> @@ -207,7 +208,8 @@ export const Menu = observer( {VersionNumber.buildVersion}) - + + ) }, ) -- cgit 1.4.1