【发布时间】:2021-04-16 12:58:54
【问题描述】:
我想在我的 Typescript 应用程序中使用 toggle-switch-react-native 组件。我尝试像这样安装它:
yarn add toggle-switch-react-native --save
@types/toggle-switch-react-native
但是,我仍然收到一个错误:
Could not find a declaration file for module 'toggle-switch-react-native'. '/Users/grannyandsmith/insta/app/node_modules/toggle-switch-react-native/ToggleSwitch.js' implicitly has an 'any' type.
Try `npm install @types/toggle-switch-react-native` if it exists or add a new declaration (.d.ts) file containing `declare module 'toggle-switch-react-native';`
如何定义它的类型?有替代品吗?我安装正确吗?
【问题讨论】:
标签: javascript reactjs typescript react-native toggle