Skip to content

Commit

Permalink
Update ExplorePage.js
Browse files Browse the repository at this point in the history
Remove the scrollbar indicator
  • Loading branch information
ZandileModise committed Sep 27, 2024
1 parent eee71c6 commit c253112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Screens/ExplorePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default function ExplorePage({ route }) {
<ScrollView style={{ backgroundColor: theme.backgroundColor }}
refreshControl={
<RefreshControl refreshing={refreshing} onRefresh={onRefresh} tintColor={colors.primary} />
}>
} scrollbarThumbColor="rgba(0, 0, 0, 0)" showsVerticalScrollIndicator={false}>
<SearchBar onChangeText={handleSearch} />

{searchResults.length > 0 ? (
Expand Down

0 comments on commit c253112

Please sign in to comment.