Skip to content

Commit bd89c84

Browse files
authored
go back to rn for pressable (#28535)
1 parent 3332c0f commit bd89c84

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

shared/common-adapters/back-button.native.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import * as React from 'react'
22
import * as C from '@/constants'
3-
import {Keyboard} from 'react-native'
3+
import {Pressable, Keyboard} from 'react-native'
44
import Badge from './badge'
55
import Box from './box'
66
import Icon from './icon'
77
import * as Styles from '@/styles'
88
import type {Props} from './back-button'
99
import noop from 'lodash/noop'
10-
// workaround taps in header not working on android devices
11-
import {Pressable} from 'react-native-gesture-handler'
1210

1311
const Kb = {
1412
Badge,

0 commit comments

Comments
 (0)