does anyone have an example of authentication with...
# prisma-whats-new
r
does anyone have an example of authentication with graphcool in an expo project that makes use of react navigation?
d
check out the in-progress How to GraphQL React Native app that Brent is creating here: https://github.com/brentvatne/hackernews-react-native-apollo It has authentication with Graphcool and Apollo, and react-navigation in it. I plan to use it as a starting point in a week when I add authentication to my RN app.
🎉 1
s
🙂