From dc1287ac29311b0d0ada9b2f4a31779883c4958f Mon Sep 17 00:00:00 2001 From: Pushpender Singh <73298854+pushpender-singh-ap@users.noreply.github.com> Date: Tue, 21 Sep 2021 16:39:21 +0530 Subject: [PATCH] Unable to resolve module fbjs/lib/invariant #591 Error: Unable to resolve module fbjs/lib/invariant #591 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 681a53cb..91d139a4 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ yarn add github:joltup/rn-fetch-blob#pull/701/head ```bash # Using npm -npm install react-native-pdf rn-fetch-blob @react-native-community/progress-bar-android @react-native-community/progress-view --save +npm install react-native-pdf rn-fetch-blob @react-native-community/progress-bar-android @react-native-community/progress-view fbjs --save # or using yarn: -yarn add react-native-pdf rn-fetch-blob @react-native-community/progress-bar-android @react-native-community/progress-view +yarn add react-native-pdf rn-fetch-blob @react-native-community/progress-bar-android @react-native-community/progress-view fbjs ``` For Windows, it's necessary to install `rn-fetch-blob` from the [PR that adds Windows support](https://github.com/joltup/rn-fetch-blob/pull/701):