Skip to content

Instantly share code, notes, and snippets.

@juddey
Created January 16, 2020 03:24
Show Gist options
  • Save juddey/23aec776471c0b8efad47be48894d49d to your computer and use it in GitHub Desktop.
Save juddey/23aec776471c0b8efad47be48894d49d to your computer and use it in GitHub Desktop.
Ws Connection Issue
Setup in my ApolloStartup file
import wsLink from './wsLink'
// wsLink.js
import WSLink from './Link'
import Config from 'react-native-config'
export default () => new WSLink(Config.REACT_APP_WS_URL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment