3

I am using expo Version: 46.0.0 and I want to install react-native-pdf but the mention module requires react-native-blob-util after installing both and adding plugins in app.json I am getting error for failed to resolve plugins. Can anyone help me out yrr. I am new to Expo. Thanks in advance!!

In app.json- Inside expo object I am adding following plugins

{
    "plugins": [
      "@config-plugins/react-native-blob-util",
      "@config-plugins/react-native-pdf"
    ]
}

enter image description here

1 Answer 1

0

yara add these two packages

yarn add @config-plugins/react-native-blob-util @config-plugins/react-native-pdf

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.