How do I choose a theme in an expo managed app? #69
-
The README gives information like "if you have this theme, choose that theme", but my app is purely expo managed with no native code, and I've no idea what android theme I'm currently using. How do I find this out? In terms of how the app is themed in the JS code, before incorporating your library we've been setting the navigation bar to translucent with light or dark icons depending on the screen (with the splash and home screens using light icons). So I figured I'd choose Default theme in the config (i.e. dark with light icons). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Though the expo plugin, you need to create a build. ![]() Screenshot from the README |
Beta Was this translation helpful? Give feedback.
-
Sorry, that isn't what I meant. I am using eas already to make standalone
and dev builds. I was just asking for clarification, because the docs say
"if you are using A, pick B", and I don't know which I'm using because I've
never specified an Android style.
…On Thu, 30 Jan 2025, 18:19 Mathieu Acthernoene, ***@***.***> wrote:
Closed #69
<#69> as
resolved.
—
Reply to this email directly, view it on GitHub
<#69>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFNLD2HL456AGBS6ZWZX6T2NJUKRAVCNFSM6AAAAABWF3WSEWVHI2DSMVQWIX3LMV45UABFIRUXGY3VONZWS33OIV3GK3TUHI5E433UNFTGSY3BORUW63R3GE3TKNBQHE4Q>
.
You are receiving this because you authored the thread.Message ID:
<zoontek/react-native-edge-to-edge/repo-discussions/69/discussion_event/1754099
@github.com>
|
Beta Was this translation helpful? Give feedback.
Though the expo plugin, you need to create a build.
Screenshot from the README