Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected]" has incorrect peer dependency "rn-fetch-blob@^0.10.13" #416

Open
navneetkarnani opened this issue Nov 27, 2019 · 0 comments

Comments

@navneetkarnani
Copy link

What react-native version are you using? 0.61.5

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 :

  1. 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

  2. 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"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant