为什么在博览会中构建后不起作用的本地地图是不起作用的
我已经创建了一个使用EXPO CLII的React Native应用程序。在那里,我正在使用React-Native-Maps。具有Expo应用程序非常有效。但是,在构建独立应用程序后,当我尝试打开它时,它没有导航到该组件。这是指时,当我单击“位置”选项卡时,它重新启动了该应用程序。这是我的组件代码。
I have created a react native application with expo clii. In there I am using react-native-maps.With expo app It was very worked. But after building the standalone app and when I try to open it it did not navigate to that component.It mean when I click on the location tab it restart the app.This is my that component code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我在我的
app.json
中构建应用程序中,我发现了这个问题。构建后,当我导航到组件时,该应用将崩溃。可以通过将API密钥放入
app.json
中来修复带有google-maps“ rel =“ nofollow noreferrer”>在这里
I found this issue when I build the app without a google maps api key in my
app.json
. After a build, the app would crash when I navigate to the component.Can fix by putting your api key into
app.json
Read more here