Skip to content

Instantly share code, notes, and snippets.

View worldlee78's full-sized avatar

Lee Vaughn-Ogin worldlee78

View GitHub Profile
/* 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';