From 8fa4923178e815da93734b0bed026f22239de307 Mon Sep 17 00:00:00 2001 From: "Dr. Sergey Pogodin" Date: Sun, 14 Apr 2024 17:43:31 +0200 Subject: [PATCH] [#36] README correction --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd13029d..0a506d2b 100644 --- a/README.md +++ b/README.md @@ -179,11 +179,13 @@ import { ``` **ROADMAP:** -- **v2.22.0** of this library is, presumably, a drop-in replacement for - the latest (**v2.20.0**) release of the original, upstream [react-native-fs] - (beside the need to upgrade host project to the lates RN v0.73). - It has matching functionality and API, with just a handfull of internal - fixes, and a few additions. +- **v2.22.0** of this library is mostly a drop-in replacement for the latest + (**v2.20.0**) release of the original, upstream [react-native-fs]. It requires + to upgrade the host project to the latest RN v0.73+, and to correct the names + of TypeScript types exported from the library, if they are used, by appending + letter `T` to all of them. Beside these, the library has its functionality and + API matching the original library, with just a handful of internal fixes, and + a few added features. - In further versions, **v2.X.Y**, we'll be taking care of improvements, and optimizations of existing functionality, as well as adding new APIs,