Skip to content

Commit 2ced45b

Browse files
committed
Ads added
1 parent b4a68c9 commit 2ced45b

29 files changed

Lines changed: 287 additions & 15 deletions

.DS_Store

0 Bytes
Binary file not shown.

.yarn/install-state.gz

2.42 KB
Binary file not shown.

android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
2929
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
3030
<meta-data android:name="expo.modules.updates.EXPO_RELEASE_CHANNEL" android:value="default" />
31+
<meta-data
32+
android:name="com.google.android.gms.ads.APPLICATION_ID"
33+
android:value="ca-app-pub-3940256099942544~3347511713"/>
3134

3235
<activity
3336
android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:windowSoftInputMode="adjustResize" android:launchMode="singleTask" android:theme="@style/Theme.App.SplashScreen" android:screenOrientation="portrait">

android/app/src/main/java/com/denisu/commentee/generated/BasePackageList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
public class BasePackageList {
88
public List<Package> getPackageList() {
99
return Arrays.<Package>asList(
10+
new expo.modules.ads.admob.AdMobPackage(),
1011
new expo.modules.splashscreen.SplashScreenPackage(),
1112
new expo.modules.application.ApplicationPackage(),
1213
new expo.modules.constants.ConstantsPackage(),
-2.47 KB
Binary file not shown.
-1.03 KB
Loading
-3.15 KB
Binary file not shown.
-1.56 KB
Binary file not shown.
-926 Bytes
Loading
-2.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)