This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable camelcase,@typescript-eslint/camelcase */ | |
/* Imports ==================================================================== */ | |
import RNFetchBlob, { FetchBlobResponse } from 'rn-fetch-blob'; | |
import base64 from 'base-64'; | |
import moment from 'moment'; | |
import shittyQs from 'shitty-qs'; | |
import utf8 from './utf8'; | |
import { CloudAuthSuccessResponse } from '../../data'; | |
import { Linking } from 'react-native'; |