You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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 containingdeclare module 'react-native-tags';
ts(7016)The text was updated successfully, but these errors were encountered: