We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f894cbf commit eaea699Copy full SHA for eaea699
1 file changed
src/utils.ts
@@ -3,7 +3,6 @@ import { BackHandler, Platform } from 'react-native';
3
export const isSearchBarAvailableForCurrentPlatform = [
4
'ios',
5
'android',
6
- 'windows',
7
].includes(Platform.OS);
8
9
export function executeNativeBackPress() {
0 commit comments