Created
September 29, 2025 18:07
-
-
Save bidah/80a3dbb0d311dfa1b8bccc9ac5584fd2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Metro error: Unable to resolve module uniwind/components from /Users/rofi/Programing/open-mobile-code/local-expo-app/node_modules/@react-navigation/native/lib/module/Link.js: uniwind/components could not be found within the project or in these directories: | |
| node_modules | |
| ../node_modules | |
| ../../node_modules | |
| > 1 | "use strict"; | |
| 2 | | |
| 3 | import { useTheme } from '@react-navigation/core'; | |
| 4 | import * as React from 'react'; | |
| Import stack: | |
| node_modules/@react-navigation/native/lib/module/Link.js | |
| | import "uniwind/components" | |
| node_modules/@react-navigation/native/lib/module/index.js | |
| | import "./Link.js" | |
| node_modules/expo-router/build/static/renderStaticContent.js | |
| | import "@react-navigation/native" | |
| node_modules/expo-router/node/render.js | |
| | import "expo-router/build/static/renderStaticContent" | |
| | import "expo-router/node/render.js" | |
| Call Stack | |
| <unknown> (node_modules/@react-navigation/native/lib/module/Link.js:0) | |
| Web Bundling failed 58ms node_modules/expo-router/_error.js (1 module) | |
| Unable to resolve "uniwind/components" from "node_modules/@expo/metro-runtime/src/error-overlay/ErrorOverlay.tsx" | |
| > 1 | /** | |
| 2 | * Copyright (c) 650 Industries. | |
| 3 | * Copyright (c) Meta Platforms, Inc. and affiliates. | |
| 4 | * | |
| Import stack: | |
| node_modules/@expo/metro-runtime/src/error-overlay/ErrorOverlay.tsx | |
| | import "uniwind/components" | |
| node_modules/@expo/metro-runtime/src/error-overlay/modules/NativeLogBox/index.tsx | |
| | import "../../ErrorOverlay" | |
| node_modules/@expo/metro-runtime/src/error-overlay/Data/LogBoxData.tsx | |
| | import "../modules/NativeLogBox" | |
| node_modules/@expo/metro-runtime/src/error-overlay/LogBox.web.ts | |
| | import "./Data/LogBoxData" | |
| node_modules/@expo/metro-runtime/src/index.ts | |
| | import "./error-overlay/LogBox" | |
| node_modules/expo-router/entry-classic.js | |
| | import "@expo/metro-runtime" | |
| node_modules/expo-router/entry.js | |
| | import "expo-router/entry-classic" | |
| | import "./node_modules/expo-router/entry" | |
| › Stopped server | |
| rofi@mac local-expo-app % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment