【发布时间】:2020-10-12 04:26:57
【问题描述】:
我正在尝试在使用 typescript 的 react native 项目中添加 Amplify Authentication。 放大文档 'aws-amplify-react-native' 中给出了一个包,它用作验证我们应用程序的中间件。 但是这个包只在基于 javascript 的项目中被支持。 对于 Typescript,它会显示类似的错误
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';`
没有像'@types/aws-amplify-react-native'这样的包可用
那么任何人都可以帮助我解决这个问题?
【问题讨论】:
-
安装 aws-amplify 和 aws-amplify-react-native。
标签: typescript amazon-web-services react-native authentication aws-amplify