Skip to content

Commit 8570446

Browse files
authored
Update reference size to RN 0.65
1 parent 07f620f commit 8570446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Meanwhile, React Native has grown around that polyfill, then some unexpected err
5050
> - URL incorrectly adds trailing slash [react-native#24428](https://github.com/facebook/react-native/issues/24428).
5151
> - Creating an instance of URL like: `new URL('http://facebook.com')` throws an exception [react-native#16434](https://github.com/facebook/react-native/issues/16434).
5252
53-
Unfortunately, adding `react-native-url-polyfill` to React Native source code will means adding 📦 **78.78 KB** (as of RN 0.63) to the JavaScript bundle.
53+
Unfortunately, adding `react-native-url-polyfill` to React Native source code will means adding 📦 **78.78 KB** (as of RN 0.65) to the JavaScript bundle.
5454

5555
That's why you may need this external dependency. So, if you use `URL` within your app, you probably want to take a look at the installation steps below!
5656

0 commit comments

Comments
 (0)