Search code examples
relayexpocreate-react-native-app

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


Can we use Relay Modern with Expo?

In the docs at https://docs.expo.io/versions/v17.0.0/guides/using-graphql.html, only Apollo client is mentioned.


Solution

  • yes it is possible, i'm using it for one of my project and it works nicely...

    although, it got a little warning

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

    but it will still run nicely, just beware of the android part it might be have trouble running on it, but this thread gives the solution

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