我安装了rn-fetch-blob和react-native-pdf。我已经链接了react-native-pdf。但是当我运行命令"react-native link rn-fetch-blob“时,它没有被链接。我在命令提示符中看到以下消息: rn-fetch-blob will not automatically add Android permissions after 0.9.4
please runreact-native-fetch-blob/wiki/Manually-Link-Package
我在我的Reactive原住民应用程序中使用了rn-fetch-blob。我用react-native-blob-util代替了它。我还使用redux-persist-filesystem-storage,它使用rn-fetch-blob。redux-persist-filesystem-storage卸载rn-fetch-blob后开始抛出一个错误(null is not an object (evaluating 'RNFetchBlob.DocumentDir我认为删除node_modules/rn-fet
Required by: > Unable to find a matching configuration of project :rn-fetch-blob显然,在node_modules/react-native-fs/android和node_modules/rn-fetch-blob/android中,我只看到一个IML文件,没有看到特定于模块的代码/node_modules/react-native-fs/andro