rnal
rnal copied to clipboard
TypeScript Error
This is the error l get when l install the library in a react -native project.
`Could not find a declaration file for module 'rnal'. '.../node_modules/rnal/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/rnal
if it exists or add a new declaration (.d.ts) file containing declare module 'rnal';
Unfortunately, when l tried yarn add -D @types/anal
l got this error error An unexpected error occurred: "https://registry.yarnpkg.com/@types%2frnal: Not found".
"react": "16.13.1", "react-dom": "^16.13.1", "react-native": "0.63.2", "rnal": "^0.2.1",
This library does not support TypeScript yet!