From df66d4f101d0e07751f5ac033a8dd8439e9878ea Mon Sep 17 00:00:00 2001 From: Vasiliy Vanchuk Date: Tue, 26 Apr 2022 12:43:03 +0300 Subject: [PATCH] Update link for the sample app with WebPolyfills --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5ca84c45..68f26131a 100644 --- a/README.md +++ b/README.md @@ -825,7 +825,7 @@ After `0.8.0` we've made some [Web API polyfills](https://github.com/joltup/rn-f - Blob - XMLHttpRequest (Use our implementation if you're going to use it with Blob) -Here's a [sample app](https://github.com/joltup/rn-firebase-storage-upload-sample) that uses polyfills to upload files to FireBase. +Here's a [sample app](https://github.com/wkh237/rn-firebase-storage-upload-sample) that uses polyfills to upload files to FireBase. ## Performance Tips