Merge branch 'rnw' of github.com:bluesky-social/social-app into rnw

This commit is contained in:
Michael Staub 2023-02-23 16:34:25 -08:00
commit 693cbb9f18
35 changed files with 573 additions and 535 deletions

View file

@ -1 +0,0 @@
import '@zxing/text-encoding' // TextEncoder / TextDecoder

View file

@ -1,2 +1 @@
// do nothing
export {}

View file

@ -0,0 +1,4 @@
/// <reference lib="dom" />
// @ts-ignore whatever typescript wants to complain about here, I dont care about -prf
window.setImmediate = (cb: () => void) => setTimeout(cb, 0)