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
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".
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 containingdeclare module 'rnal';
Unfortunately, when l tried
yarn add -D @types/anal
l got this errorerror 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",
The text was updated successfully, but these errors were encountered: