Browse Source

visible scroll for series list

Viktoriia 19 hours ago
parent
commit
c2c3f5aba5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/screens/InAppScreens/MapScreen/MultipleSeriesModal/index.tsx

+ 2 - 1
src/screens/InAppScreens/MapScreen/MultipleSeriesModal/index.tsx

@@ -66,7 +66,8 @@ const MultipleSeriesModal = () => {
           <FlashList
             data={markers}
             keyExtractor={(item, index) => item.id.toString() + index.toString()}
-            showsVerticalScrollIndicator={false}
+            showsVerticalScrollIndicator={true}
+            persistentScrollbar={true}
             renderItem={({ item }) => (
               <TouchableOpacity style={styles.option} onPress={() => handleItemPress(item)}>
                 <View style={styles.imageContainer}>