You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What react-native-pdf version are you using? ^6.0.0
What platform does your issue occur on? (android/ios/both) during build
Describe your issue as precisely as possible :
Steps to reproduce the issue or to explain in which case you get the issue
As mentioned in the readme, using rn-fetch-blob 0.11.x
yarn add rn-fetch-blob@^0.11.0
yarn add react-native-pdf
Interesting logs
yarn add react-native-pdf --save
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning " > [email protected]" has unmet peer dependency "rn-fetch-blob@^0.10.13".
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 3 new dependencies.
info Direct dependencies
├─ [email protected]
└─ [email protected]
info All dependencies
├─ [email protected]
├─ [email protected]
└─ [email protected]
navneet@MaakhanLite mocshdrive % yarn add [email protected] --save
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning " > [email protected]" has incorrect peer dependency "rn-fetch-blob@^0.10.13".
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 2 new dependencies.
info Direct dependencies
└─ [email protected]
info All dependencies
├─ [email protected]
└─ [email protected]
navneet@MaakhanLite mocshdrive % yarn add rn-fetch-blob@^0.11.0 --save
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning " > [email protected]" has incorrect peer dependency "rn-fetch-blob@^0.10.13".
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ [email protected]
Join a screenshot or video of the problem on the simulator or device? Not necessary. Will do if required.
What
react-native
version are you using? 0.61.5What
react-native-pdf
version are you using? ^6.0.0What platform does your issue occur on? (android/ios/both) during build
Describe your issue as precisely as possible :
Steps to reproduce the issue or to explain in which case you get the issue
As mentioned in the readme, using rn-fetch-blob 0.11.x
yarn add rn-fetch-blob@^0.11.0
yarn add react-native-pdf
Interesting
logs
yarn add react-native-pdf --save
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning " > [email protected]" has unmet peer dependency "rn-fetch-blob@^0.10.13".
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 3 new dependencies.
info Direct dependencies
├─ [email protected]
└─ [email protected]
info All dependencies
├─ [email protected]
├─ [email protected]
└─ [email protected]
navneet@MaakhanLite mocshdrive % yarn add [email protected] --save
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning " > [email protected]" has incorrect peer dependency "rn-fetch-blob@^0.10.13".
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 2 new dependencies.
info Direct dependencies
└─ [email protected]
info All dependencies
├─ [email protected]
└─ [email protected]
navneet@MaakhanLite mocshdrive % yarn add rn-fetch-blob@^0.11.0 --save
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning " > [email protected]" has incorrect peer dependency "rn-fetch-blob@^0.10.13".
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ [email protected]
Join a screenshot or video of the problem on the simulator or device? Not necessary. Will do if required.
Show us the code you are using?
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-pdf": "^6.0.0",
"react-native-splash-screen": "^3.2.0",
"rn-fetch-blob": "^0.11.0"
},
The text was updated successfully, but these errors were encountered: