Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var token = await AsyncStorage.getItem('token')
  2. console.log(token);
  3. var historyResponse = await this.props.posthistory({'startDate':,'endDate':},token)
  4. if(!historyResponse.error){
  5. this.setState({})
  6. }
  7. console.log('historyResponse',historyResponse)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement