create-react-native-app / expo with Relay Modern

create-react-native-app / expo with Relay Modern

我们可以将 Relay Modern 与 Expo 一起使用吗?

https://docs.expo.io/versions/v17.0.0/guides/using-graphql.html 的文档中,只提到了 Apollo 客户端。

是的,这是可能的,我正在将它用于我的一个项目并且效果很好......

虽然,它得到了一点警告

Warning: Installed version 1.0.0-rc.4 of 'react-relay' does not satisfy required version dev

但它仍然会 运行 很好,只是要注意 android 部分,它可能 运行 会遇到问题,但是这个线程给出了解决方案

https://github.com/facebook/relay/issues/1704#issuecomment-297982006