Skip to content

Commit

Permalink
Final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Dec 3, 2023
1 parent 1cf5bdd commit bf176f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FilterModal/FilterModal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { BottomSheet, CheckBox } from '@rneui/themed';
import { useCallback, useState } from 'react';
import { View, Text, ScrollView, Pressable, FlatList } from 'react-native';
import { View, Text, ScrollView, Pressable } from 'react-native';
import { FlatList } from 'react-native-gesture-handler';
import { SafeAreaProvider } from 'react-native-safe-area-context';

import 'react-native-gesture-handler';
Expand Down Expand Up @@ -42,7 +43,6 @@ function FilterModal({ isVisible, setIsVisible, title }: FilterModalProps) {
return (
<SafeAreaProvider>
<BottomSheet
modalProps={{}}
isVisible={isVisible}
containerStyle={styles.modalBackground}
scrollViewProps={{ bounces: false }}
Expand Down

0 comments on commit bf176f9

Please sign in to comment.