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

108
Views
undefined no es un objeto (evaluando 'InnerNativeModule.installCoreFunctions')

Me enfrento a este problema en React-Native Drawer Navigation desde los últimos dos días. Por favor, ayúdenme a resolver este problema. Una causa frecuente del error es que la ruta del archivo de entrada de la aplicación es incorrecta. Esto también puede suceder cuando el paquete JS está dañado o hay un error de inicialización temprana al cargar React Native. Aquí está el código App.js:

 import { StyleSheet, Text, View } from 'react-native'; import { createDrawerNavigator } from '@react-navigation/drawer'; import { NavigationContainer } from '@react-navigation/native'; function ScreenA({ navigation }) { return ( <View style={styles.container}> <Text style={styles.text}>Screen A</Text> </View> ); } function ScreenB({ navigation }) { return ( <View style={styles.container}> <Text style={styles.text}>Screen B</Text> </View> ); } function ScreenC({ navigation }) { return ( <View style={styles.container}> <Text style={styles.text}>Screen C</Text> </View> ); } const Drawer = createDrawerNavigator(); export default function DrawerScreen({ navigation }) { return ( <NavigationContainer> <Drawer.Navigator> <Drawer.Screen name='Screen A' component={ScreenA} /> <Drawer.Screen name='Screen B' component={ScreenB} /> <Drawer.Screen name='Screen C' component={ScreenC} /> </Drawer.Navigator> </NavigationContainer> ); } const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'center', justifyContent: 'center', }, text: { fontSize: 30, fontWeight: 'bold', }, });

Se instalan las siguientes dependencias:

 "@react-native-community/masked-view": "^0.1.11", "@react-navigation/drawer": "^6.3.1", "@react-navigation/native": "^6.0.8", "install": "^0.13.0", "npm": "^8.5.4", "react": "17.0.2", "react-native": "0.67.3", "react-native-gesture-handler": "^2.3.1", "react-native-reanimated": "^2.4.1", "react-native-safe-area-context": "^4.1.2", "react-native-screens": "^3.13.1" },````
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!