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
35 changed files with 573 additions and 535 deletions
-1
View File
@@ -1 +0,0 @@
import '@zxing/text-encoding' // TextEncoder / TextDecoder
-1
View File
@@ -1,2 +1 @@
// do nothing
export {}
+4
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)