bubjavier / react-native-dfp

A react-native bridge for Google Mobile Ads' DFP libraries
13 stars 12 forks source link

Doesn't work #8

Closed SergiOnGit closed 3 years ago

SergiOnGit commented 6 years ago

When i do import "import { RNBanner } from 'react-native-dfp';" i see this notice:

[ts] 'RNBanner' is declared but its value is never read. [ts] Could not find a declaration file for module 'react-native-dfp'. 'd:/projects/fortuna/node_modules/react-native-dfp/index.js' implicitly has an 'any' type. Try npm install @types/react-native-dfp if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-dfp'; [ts] Could not find a declaration file for module 'react-native-dfp'. 'd:/projects/fortuna/node_modules/react-native-dfp/index.js' implicitly has an 'any' type. Try npm install @types/react-native-dfp if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-dfp';

FullstackJack commented 5 years ago

The problem is you're using TypeScript.

SergiOnGit commented 5 years ago

No i don't use TypeScript