Reputation: 1279
I'm looking for a solution that has been tested in production environment.
Particularly combination of React-Native with Relay.js
The problem why it doesn't work out of the box is described here: https://github.com/facebook/relay/issues/26
Best Regards,
Eugene
Upvotes: 2
Views: 186
Reputation: 4228
Relay 0.7.3 and React Native 0.22 are now compatible. 🎉
Announcement: https://twitter.com/steveluscher/status/707720501175697408
Example app: https://github.com/facebook/relay/tree/master/examples/TodoMVC
Upvotes: 1
Reputation: 356
I haven't tested it yet, but I found this, which claims to be a fix for Relay issue #26: https://github.com/lenaten/react-native-relay.
Upvotes: 0