Skip to content

Commit

Permalink
fix: scroll on guides
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye committed Dec 9, 2023
1 parent d487a05 commit b5ecd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client-new/src/screens/app/GuideScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ const GuideScreen: React.FC<GuideScreenProps> = ({ navigation, route }) => {

return (
guide && (
<ScrollView>
<View bg="#FFB017" w={wp('100%')} height={hp('100%')}>
<ScrollView bg="#FFB017" w={wp('100%')} height={hp('100%')}>
<View>
<View
flexDirection={'row'}
justifyContent={'space-between'}
Expand Down

0 comments on commit b5ecd73

Please sign in to comment.