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"
]
}
