Skip to content

Commit eaea699

Browse files
committed
remove Windows from platforms supporting searchbar
1 parent f894cbf commit eaea699

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { BackHandler, Platform } from 'react-native';
33
export const isSearchBarAvailableForCurrentPlatform = [
44
'ios',
55
'android',
6-
'windows',
76
].includes(Platform.OS);
87

98
export function executeNativeBackPress() {

0 commit comments

Comments
 (0)