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
22 lines (21 loc) • 336 B
JavaScript
export const AdOptions = Object.freeze({
adChoicesPlacement: {
topLeft: 0,
topRight: 1,
bottomLeft: 2,
bottomRight: 3,
},
swipeGestureDirection: {
right: 1,
left: 2,
up: 4,
down: 8,
},
mediaAspectRatio: {
unknown: 0,
any: 1,
landscape: 2,
portrait: 3,
square: 4,
},
});