-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No typescript type definitions available for library #394
Comments
Were you able to fix this? |
There currently indeed are no type definitions for this library, so you should probably go with the second suggestion "or add a new declaration (.d.ts) file containing declare module 'react-native-admob'" |
is it fixed ? |
Hello there, |
I am also waiting. for this please add types |
+1 |
same problem |
use firebase admob |
In this file, write:
|
I make PR for this #578. but the project seems to be no longer maintained. |
Could not find a declaration file for module 'react-native-admob'. 'e:/react/almustaqbal/node_modules/react-native-admob/index.js' implicitly has an 'any' type.
Try
npm install @types/react-native-admob
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-native-admob';
ts(7016)working in react native : 57.8
installed and liked admob
The text was updated successfully, but these errors were encountered: