我正在尝试在使用打字稿的本机项目中添加放大身份验证。放大文档“aws-amplify-react-native”中给出了一个包,它用作中间件来验证我们的应用程序。但是这个包只在基于 javascript 的项目中被支持。对于打字稿,它显示了一个错误,如
Could not find a declaration file for module 'aws-amplify-react-native'.
Try `npm install @types/aws-amplify-react-native` if it exists or add a new declaration (.d.ts) file containing `declare module 'aws-amplify-react-native';`
Run Code Online (Sandbox Code Playgroud)
没有像“@types/aws-amplify-react-native”这样的包可用
所以有人可以帮我解决这个问题吗?
authentication amazon-web-services typescript react-native aws-amplify