|
|
@ -9,7 +9,7 @@ const screen = Dimensions.get("window") |
|
|
|
|
|
|
|
const styles = StyleSheet.create({ |
|
|
|
container: { |
|
|
|
backgroundColor: colors.yellow, |
|
|
|
//backgroundColor: colors.yellow,
|
|
|
|
flex: 1, |
|
|
|
alignItems: "center", |
|
|
|
justifyContent: "center", |
|
|
@ -26,7 +26,7 @@ export const Banner = () => { |
|
|
|
if(__DEV__) { |
|
|
|
banner = <Text>DEV BANNER</Text> |
|
|
|
} else { |
|
|
|
banner = <BannerAd size={BannerAdSize.BANNER} unitId={adUnitId} /> |
|
|
|
banner = <BannerAd size={BannerAdSize.ADAPTIVE_BANNER} unitId={adUnitId} /> |
|
|
|
} |
|
|
|
return ( |
|
|
|
<View style={styles.container}> |
|
|
|