Fix: move imports and constants for the api-polyfill over from their old location

This commit is contained in:
Paul Frazee 2023-01-26 17:38:25 -06:00
parent a3d2db9645
commit 57d876a530
2 changed files with 4 additions and 8 deletions

View file

@ -1,4 +1,7 @@
import {sessionClient as AtpApi} from '@atproto/api'
import RNFS from 'react-native-fs'
const TIMEOUT = 10e3 // 10s
export function doPolyfill() {
AtpApi.xrpc.fetch = fetchHandler