update @bsky.app/react-native-uitextview

This commit is contained in:
Samuel Newman
2026-07-24 17:05:18 +03:00
parent 98e135f489
commit f32697753a
7 changed files with 18 additions and 45 deletions
-10
View File
@@ -62,16 +62,6 @@ module.exports = async function (env, argv) {
}
config = withAlias(config, {
'react-native$': 'react-native-web',
/*
* Codegen specs import this via a deep `react-native/*` path, which skips
* the exact-match alias above and pulls RN core into the web bundle. RN
* core's platform-extension modules have no `.web` variant, so they
* resolve to themselves and blow up with a TDZ error on startup.
*/
'react-native/Libraries/Utilities/codegenNativeComponent$': path.join(
__dirname,
'src/lib/web-shims/codegenNativeComponent.js',
),
'react-native-webview': 'react-native-web-webview',
'react-native-gesture-handler': false, // RNGH should not be used on web, so let's cause a build error if it sneaks in
'@sentry-internal/replay': false, // not used, ~300kb of dead weight