UNPKG

react-native-google-mobile-ads

Version:

React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.

4 lines (3 loc) 151 B
declare module 'react-native/Libraries/Utilities/binaryToBase64' { export default function binaryToBase64(data: ArrayBuffer | Uint8Array): string; }