Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

409
Views
No se pudo resolver el módulo nanoid/non-secure \node_mo@react-navigation\core|src\useRegisterNavigator.tsx: no se pudo encontrar nanoid/non-secure

ingrese la descripción de la imagen aquí

el archivo está disponible como se puede ver. No tengo idea de por qué aparece este error. el error dice que este archivo no se encuentra en la carpeta, pero claramente está ahí

 import { nanoid } from 'nanoid/non-secure'; import * as React from 'react'; import { SingleNavigatorContext } from './EnsureSingleNavigator'; /** * Register a navigator in the parent context (either a navigation container or a screen). * This is used to prevent multiple navigators under a single container or screen. */ export default function useRegisterNavigator() { const [key] = React.useState(() => nanoid()); const container = React.useContext(SingleNavigatorContext); if (container === undefined) { throw new Error( "Couldn't register the navigator. Have you wrapped your app with 'NavigationContainer'?\n\nThis can also happen if there are multiple copies of '@react-navigation' packages installed." ); } React.useEffect(() => { const { register, unregister } = container; register(key); return () => unregister(key); }, [container, key]); return key; }

esta es la lista de mis dependencias

 "dependencies": { "@expo/vector-icons": "^12.0.5", "expo": "~44.0.0", "expo-app-loading": "^1.3.0", "expo-font": "^10.0.5", "expo-status-bar": "~1.2.0", "react": "17.0.1", "react-dom": "17.0.1", "react-native": "0.64.3", "react-native-reanimated": "~2.3.1", "react-native-web": "0.17.1", "react-navigation": "^3.0.0", "react-navigation-header-buttons": "^8.0.0", "react-redux": "^7.2.8", "redux": "^4.1.2", "redux-devtools-extension": "^2.13.9" },
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!