开发者问题收集
我已经安装了 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
我很难处理这个错误,因为以前一切都运行正常,但现在它却说它已被弃用。有人能帮我解决错误吗?因为它根本不起作用,我尝试了 App State 文档中的新代码,但仍然出现相同的错误TypeError:undefined 不是对象(评估“appState.remove”)这是我的代码:constructor(props) {super(props);this.state = {region: null,
之前用起来还好。但是现在不行了。这是什么原因?该怎么办?无法读取location prop。在header代码中添加了withRouter,然后这次FriendsHeader就报错了。这是我的FriendsHeader代码import React from "react";import styled from "styled-components";import { Container } fro