react-native-networking-patch
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,4 +1,6 @@ | ||
# 1.2.2 (2022-04-03) | ||
* Support for RN v0.68.0 | ||
# 1.2.1 (2022-03-18) | ||
* Support for RN v0.67.3, v0.67.4 | ||
* End of support for RN v0.64.3, v0.65.0 | ||
@@ -5,0 +7,0 @@ # 1.2.0 (2022-02-07) |
{ | ||
"name": "react-native-networking-patch", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Improves the performance of the React Native network module and adds a timeout feature.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -87,2 +87,3 @@ [![NPM Version][npm-image]][npm-url] | ||
### Install | ||
**If you're using RN v0.66 or higher** | ||
Once installed, react-native is automatically patched. | ||
@@ -93,3 +94,8 @@ ```bash | ||
**If you're using RN v0.63.x ~ v0.65.0, You must use the version below.** | ||
**If you're using RN v0.63.x ~ v0.65.1, You must use the specific version below.** | ||
- RN v0.65.1 | ||
```bash | ||
yarn add react-native-networking-patch@1.2.1 --dev | ||
``` | ||
- RN v0.65.0, RN v0.64.3 | ||
@@ -96,0 +102,0 @@ ```bash |
295
16487
146
195866780