expo未处理的承诺拒绝

时间:2017-11-17 14:16:48

标签: react-native expo react-apollo apollo-client

我使用expo / react-native进行了一个项目,在ios模拟器中一切正常,但是我在Android模拟器(Genymotion)和我的iPhone设备上得到了这个错误。

我附上了截图。

android screenshot

1 个答案:

答案 0 :(得分:1)

每个$address = new Address(); $address->setFirstname = $user->getFirstname(); $address->setUser($user); $em->persist($address); $em->flush(); 必须有一个关联的promise,以便出于错误处理的目的删除警告。

如果使用了catch,那么您需要将.then()与其相关联。

如果使用了.catch(),那么您需要将try {}与其相关联。