React Native地图在本地运行时没有问题,但在APK中崩溃。

huangapple go评论55阅读模式
英文:

React Native map crashes only with apk but not in local

问题

当使用Google地图时,我的应用程序崩溃,但在本地运行React Native Expo时运行正常。在APK中转到屏幕时,APK崩溃。

实际问题是什么,如何解决这个问题?

英文:

when use google map my apk crash but in local run correctly in react native expo. in apk when go to screen apk crash

What is actul issue and how can resolve that issue

答案1

得分: 1

你应该使用以下命令检查发布版本的原生日志:

npx react-native log-android

仅凭这些信息,我们无法了解问题所在。

英文:

You should check the native log of your release build with:

npx react-native log-android

We can't know the issue with these informations only.

huangapple
  • 本文由 发表于 2023年2月8日 14:42:23
  • 转载请务必保留本文链接:https://go.coder-hub.com/75382184.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定