|
@@ -119,7 +119,7 @@ export const FilterModal = forwardRef<FilterModalRef, ModalProps>(({
|
|
|
onChange={(item) => setFilterCountry(item)}
|
|
onChange={(item) => setFilterCountry(item)}
|
|
|
searchable={true}
|
|
searchable={true}
|
|
|
searchPlaceholder="Search country..."
|
|
searchPlaceholder="Search country..."
|
|
|
- initialSnapPoint={Platform.OS === 'android' ? 100 : 70}
|
|
|
|
|
|
|
+ initialSnapPoint={100}
|
|
|
/>
|
|
/>
|
|
|
)}
|
|
)}
|
|
|
|
|
|
|
@@ -132,7 +132,7 @@ export const FilterModal = forwardRef<FilterModalRef, ModalProps>(({
|
|
|
value={filterRanking?.value ?? null}
|
|
value={filterRanking?.value ?? null}
|
|
|
placeholder="Ranking"
|
|
placeholder="Ranking"
|
|
|
onChange={(item) => setFilterRanking(item)}
|
|
onChange={(item) => setFilterRanking(item)}
|
|
|
- initialSnapPoint={Platform.OS === 'android' ? 100 : 70}
|
|
|
|
|
|
|
+ initialSnapPoint={100}
|
|
|
/>
|
|
/>
|
|
|
<SelectSheet
|
|
<SelectSheet
|
|
|
style={ModalStyles.dropdown}
|
|
style={ModalStyles.dropdown}
|