We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3332c0f commit bd89c84Copy full SHA for bd89c84
1 file changed
shared/common-adapters/back-button.native.tsx
@@ -1,14 +1,12 @@
1
import * as React from 'react'
2
import * as C from '@/constants'
3
-import {Keyboard} from 'react-native'
+import {Pressable, Keyboard} from 'react-native'
4
import Badge from './badge'
5
import Box from './box'
6
import Icon from './icon'
7
import * as Styles from '@/styles'
8
import type {Props} from './back-button'
9
import noop from 'lodash/noop'
10
-// workaround taps in header not working on android devices
11
-import {Pressable} from 'react-native-gesture-handler'
12
13
const Kb = {
14
Badge,
0 commit comments