Skip to content

Commit

Permalink
Fix expo setup for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Jul 13, 2023
1 parent 50b5945 commit 42d0f46
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions platforms/expo/48/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ android {

compileSdkVersion rootProject.ext.compileSdkVersion

namespace "com.48"
namespace "com.expo48"
defaultConfig {
applicationId "com.48"
applicationId "com.expo48"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.48;
package com.expo48;

import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.48;
package com.expo48;

import android.os.Build;
import android.os.Bundle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.48;
package com.expo48;

import android.app.Application;
import android.content.res.Configuration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.48;
package com.expo48;

import android.content.Context;
import com.facebook.react.ReactInstanceManager;
Expand Down

0 comments on commit 42d0f46

Please sign in to comment.