···1import React from 'react'
2-import {Pressable, View} from 'react-native'
3-import {type ScrollView} from 'react-native-gesture-handler'
4import {type AppBskyLabelerDefs, BSKY_LABELER_DID} from '@atproto/api'
5import {msg, Trans} from '@lingui/macro'
6import {useLingui} from '@lingui/react'
···1import React from 'react'
2+import {Pressable, type ScrollView, View} from 'react-native'
03import {type AppBskyLabelerDefs, BSKY_LABELER_DID} from '@atproto/api'
4import {msg, Trans} from '@lingui/macro'
5import {useLingui} from '@lingui/react'
+3
src/view/shell/BlockDrawerGesture.web.tsx
···000
···1+export function BlockDrawerGesture({children}: {children: React.ReactNode}) {
2+ return children
3+}
···27 'unicode-segmenter/grapheme': require
28 .resolve('unicode-segmenter/grapheme')
29 .replace(/\.cjs$/, '.js'),
30+ 'react-native-gesture-handler': false, // RNGH should not be used on web, so let's cause a build error if it sneaks in
31 })
32 config.module.rules = [
33 ...(config.module.rules || []),