UNPKG

react-native-admob-native-ads

Version:

A simple and robust library for creating & displaying Admob Native Ads in your React Native App using Native Views

16 lines (15 loc) 251 B
export const AdOptions = Object.freeze({ adChoicesPlacement: { topLeft: 0, topRight: 1, bottomLeft: 2, bottomRight: 3, }, mediaAspectRatio: { unknown: 0, any: 1, landscape: 2, portrait: 3, square: 4, }, });