UNPKG

react-native-admob-native-ads-mrousavy

Version:

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

10 lines (8 loc) 145 B
export const AdOptions = Object.freeze({ adChoicesPlacement: { TOP_LEFT:0, TOP_RIGHT:1, BOTTOM_RIGHT:2, BOTTOM_LEFT: 3 } })