Skip to content

Commit

Permalink
Update polyfills.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Sep 1, 2023
1 parent 2cdd86c commit 0772cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiber/src/native/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Asset } from 'expo-asset'
import * as fs from 'expo-file-system'
import { fromByteArray } from 'base64-js'

export async function polyfills() {
export function polyfills() {
global.Blob = class extends Blob {
constructor(parts?: any[], options?: any) {
super(
Expand Down

0 comments on commit 0772cfa

Please sign in to comment.