开发者问题收集
我又遇到了一个无法解决的问题!我收到了这个错误,但我不太明白。打开 DOM 并阅读整个错误,并在 Google 上花费了大量时间后,我得到的唯一信息是,错误似乎是由这行代码触发的:const [user, setUser] = useState(null)这是此行所在的代码:import React, { useState, useEffect } from 'react';import { St
我已经安装了 expo Location:npx expo install expo-location每当我尝试在我的应用程序中使用它时都会出现错误import * as Location from 'expo-location';console.log(Location) //Leads to an Error when I try to call it错误:Android Bundling c
我目前正在使用 Expo CLI 从头开发 React Native 应用程序。我使用 AWS Amplify 设置后端。部署和拉取已完成,一切就绪。我在项目根目录中有一个 amplify 文件夹。我在 ./src 文件夹中有一个 aws-export.js。还安装了必要的库。因此,一切准备就绪,可以使用 AWS Amplify 将我的 React Native 项目连接到后端。根据文档,我导入了
我试图从 supabase 的表中选择所有内容。当我执行提取函数时,会抛出此错误,但我不知道为什么。我已将 URL 和密钥设置到 supbase.js 文件中。提取函数图片
当应用程序在发布模式下运行时,我收到以下错误。此崩溃发生在应用程序在模拟器中启动时Terminating app due to uncaught exception 'RCTFatalException:Unhandled JS Exception: TypeError: undefined is not an object(evaluating 't.insertRule=function(t,
我使用react-native init newProject创建了一个 React Native 项目。我想在此模块的项目中使用该模块的 expo 模块,因此我运行了npx install-expo-modules来使用 expo 模块。使用此命令后,我安装了 expo 模块 expo-media-library,当我导入此模块时错误:需要模块“node_modules\expo-media-l
我将 expo 从 sdk 44 升级到 sdk 45,但出现了 2 个无法解决的错误。ERROR TypeError: undefined is not an object (evaluating 'NativeUnimoduleProxy.viewManagersNames.includes')ERROR Invariant Violation: "main" has not been r
在使用 expo build 几年后,我正在将 React Native 应用更新到 EAS Build。该应用通过开发服务器运行。运行 eas build 后,.apk 文件成功构建,但在设备上打开时立即崩溃。我的错误日志是:TypeError: undefined is not an object (evaluating 't.indexOf')Running "main" with {"ro
我一直在尝试在我的 React Native 应用上配置和设置 Firebase Cloud Messaging,因为我希望我的项目具有点对点推送通知。我想将其发布到 Android,并最终发布到 iOS,但我一直在 Web 视图 (http://localhost:19006) 中测试它。该项目采用 TypeScript 编写,并使用 Stack.Router 和 Expo./App.tsx..
我正在使用 firebase 和 React Native 实现登录功能。handleLogin方法始终返回succeed()。如果我删除success(),我会得到:[Unhandled promise rejection: TypeError: undefined is not an object (evaluating 'result2.failed')]export default asy
错误:TypeError:未定义不是对象(评估“this.props = props”)在 node_modules/react-native/Libraries/Core/ExceptionsManager.js:104:6 中的 reportException在 node_modules/react-native/Libraries/Core/ExceptionsManager.js:172:
我正在尝试使用 Constants.statusBarHeight 将视图与 react-native 中的状态栏分开,我使用expo install expo-constants安装了 Constants,但是我收到此错误:TypeError: undefined is not an object (evaluating '_expoConstants.Constants.statusBarHe
我在 React Native 中遇到了这个问题。一切都运行正常,直到我决定通过yarn install重新运行项目。这是完整的错误TypeError: undefined is not an object (evaluating '_expoModulesCore.NativeModulesProxy.ExpoSplashScreen')at node_modules\react-native\
我有一个 React Native IOS 应用程序,在导航到另一个页面时出现未定义的错误。下面是我声明了“设置”屏幕的导航器。FRNavigator.jsimport React from 'react';import { View,StyleSheet,SafeAreaView,Button,ScrollView,Text} from 'react-native';import { creat
当我在 React Native 应用程序(使用 expo)上导航到某些屏幕时,出现以下错误:TypeError: undefined is not an object (evaluating 'props.getItem')之前一直运行良好,经过研究发现似乎是我的 packages/babel 出了问题,但我尝试了几种解决方案,包括npm upgrade --latest并重置缓存,但到目前为止