diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-03-16 13:27:09 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-03-17 18:38:08 -0400 |
| commit | 8022d908ca09860424529d818e210d63fff9f398 (patch) | |
| tree | 592bd07f0b47b7f69abbe564cc81d7b35e45e28e /src/services | |
| parent | 0f406a2305421a69151e53af3c41350d9b976cc8 (diff) | |
better fix for images
Diffstat (limited to 'src/services')
| -rw-r--r-- | src/services/UserProfileService.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/services/UserProfileService.ts b/src/services/UserProfileService.ts index 05fd5f82..de24d2d6 100644 --- a/src/services/UserProfileService.ts +++ b/src/services/UserProfileService.ts @@ -1,7 +1,6 @@ import AsyncStorage from '@react-native-community/async-storage'; import moment from 'moment'; import {Alert} from 'react-native'; -import RNFetchBlob from 'rn-fetch-blob'; import { GET_FB_POSTS_ENDPOINT, GET_IG_POSTS_ENDPOINT, @@ -10,7 +9,6 @@ import { PASSWORD_RESET_ENDPOINT, PROFILE_INFO_ENDPOINT, PROFILE_PHOTO_ENDPOINT, - PROFILE_PHOTO_THUMBNAIL_ENDPOINT, REGISTER_ENDPOINT, SEND_OTP_ENDPOINT, TAGG_CUSTOMER_SUPPORT, |
