Skip to content

Instantly share code, notes, and snippets.

@ChettaDarkkill
Created September 5, 2018 08:32
Show Gist options
  • Save ChettaDarkkill/0b86988b8524969326dfcca977b12866 to your computer and use it in GitHub Desktop.
Save ChettaDarkkill/0b86988b8524969326dfcca977b12866 to your computer and use it in GitHub Desktop.
import {httpClient} from './HttpClient'
....
httpClient
.get('/feed')
.then(result=>{
Alert.alert(JSON.stringify(result.data))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment