流量问题:"required module not found"

Flow issue: "required module not found"

我正在尝试在我们的应用程序中添加权限模块,使用

react-native-permissions@1.0.1

当我尝试这样使用它时:

import Permissions from 'react-native-permissions' 

在运行期间,我收到以下错误:

file: 'file/RunTimePermissionsExample.js'
severity: 'Error'
message: 'react-native-permissions (Required module not found)'
at: '8,25'
source: 'flow' 

备注

很遗憾,错误没有解决

附加信息

经过一些盲目的重建、清理、重新安装解决了这个问题。