react-native-tags icon indicating copy to clipboard operation
react-native-tags copied to clipboard

.d.ts file is missing

Open tersariolli opened this issue 5 years ago • 3 comments

The file .d.ts is not present in the package as result, the warning bellows keeps showing.

Could not find a declaration file for module 'react-native-tags'. '.../node_modules/react-native-tags/index.js' implicitly has an 'any' type. Try npm install @types/react-native-tags if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-tags';ts(7016)

tersariolli avatar Feb 26 '20 13:02 tersariolli

@tersariolli Any interest in contributing that?

peterp avatar Sep 05 '20 11:09 peterp

Hi, There is PR with react-native-tags typings in DefinitelyTyped repository - https://github.com/DefinitelyTyped/DefinitelyTyped/pull/48875

IdaszakDaniel avatar Oct 19 '20 07:10 IdaszakDaniel

Ah that's awesome, do you think we could bring those here?

peterp avatar Oct 20 '20 12:10 peterp