Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

188
Views
Why does a green status bar appears when i build with eas?

Why when i compile my app the status bar suddenly appear. When i'm testing it in the expo go app or in a android emulator you can't see the status bar but as soon as i build it with eas to an apk it appears and moves my whole app design down?

App screenshots

.

Here is my eas.json

{
  "cli": {
    "version": ">= 2.1.0"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "channel": "preview",
      "distribution": "internal",
      "android": {
        "buildType": "apk"
      }
    },
    "production": {
      "channel": "production"
    }
  },
  "submit": {
    "production": {}
  }
}

.

And here is my app.config.js

export default
{
  expo: {
    name: "Campus Market",
    description: "",
    slug: "cmkt",
    scheme: "campusmarket",
    owner: "***",
    version: "1.0.0",
    orientation: "portrait",
    icon: "./assets/icon.png",
    userInterfaceStyle: "light",
    backgroundColor: "#f2f2f2",
    primaryColor: "#72e292",
    splash: {
      image: "./assets/splash.png",
      resizeMode: "contain",
      backgroundColor: "#72e292"
    },
    updates: {
      fallbackToCacheTimeout: 0,
      url: "https://u.expo.dev/***",
    },
    runTimeVersion: {
      policy: "sdkVersion",
    },
    jsEngine: "hermes",
    assetBundlePatterns: [
      "**/*"
    ],
    ios: {
      supportsTablet: false,
      bundleIdentifier: "***",
    },
    android: {
      package: "***",
      adaptiveIcon: {
        foregroundImage: "./assets/adaptive-icon.png",
        backgroundColor: "#72e292"
      },
      permissions: [],
    },
    extra: {
      eas: {
        projectId: "***",
      }
    },
  }
}

How do i get rid of it? :(

i'm using expo sdk 46, expo-cli 6.0.5 and eas 2.0.1

almost 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!