React-Native strip 应用程序在我运行 1 天后崩溃,但我想在没有崩溃的情况下运行它,直到我关闭它

问题描述 投票:0回答:1

这是我的 package.json 文件

{ “名称”:“我的应用程序”, “版本”:“0.0.1”, “私人”:真实, “脚本”:{ "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint.", "start": "react-native 启动", “测试”:“开玩笑” }, “依赖项”:{ "@react-native-async-storage/async-storage": "^1.18.1", "@react-native-community/masked-view": "^0.1.11", "@react-native-picker/picker": "github:react-native-picker/picker", "@react-navigation/drawer": "^6.6.2", "@react-navigation/native": "^6.1.6", "@react-navigation/stack": "^6.3.16", "@stripe/stripe-terminal-react-native": "^0.0.1-beta.15", "accordion-collapse-react-native": "^1.1.1", "babel-plugin-inline-dotenv": "^1.7.0", “查询字符串”:“^8.1.0”, “反应”:“18.2.0”, "react-native": "^0.71.6", "react-native-device-info": "^10.12.0", "react-native-dialog": "^9.3.0", "react-native-dialog-input": "^1.0.8", "react-native-document-picker": "^9.0.1", "react-native-gesture-handler": "^2.14.0", "react-native-image-crop-picker": "^0.39.0", "react-native-image-picker": "^5.4.0", "react-native-keep-awake": "^4.0.0", “反应本机键盘感知滚动视图”:“^0.9.5”, "react-native-modal": "^13.0.1", "react-native-reanimated": "^2.13.0", "react-native-redash": "^18.1.0", "react-native-safe-area-context": "^4.5.3", "react-native-screens": "^3.20.0", "react-native-webview": "^12.0.2", “条纹”:“^12.5.0” }, “开发依赖项”:{ "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native-community/eslint-config": "^3.2.0", "@tsconfig/react-native": "^2.0.2", "@types/jest": "^29.2.1", "@types/react": "^18.0.24", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.2.1", "eslint": "^8.19.0", "开玩笑": "^29.2.1", “metro-react-native-babel-preset”:“0.73.9”, "更漂亮": "^2.4.1", “反应测试渲染器”:“18.2.0”, “打字稿”:“4.8.4” }, “开玩笑”:{ “预设”:“反应本机” } }

我升级了react-native和其他一些软件包版本,但是这个应用程序在运行2小时后崩溃,但在它运行至少2天之前。

react-native crash stripe-payments
1个回答
0
投票

您至少应该分享崩溃日志,以便我们帮助排除故障。

© www.soinside.com 2019 - 2024. All rights reserved.