From 662db095edc8e2d3b1ccc41aaca776829ddac9c2 Mon Sep 17 00:00:00 2001 From: David <45723675+DavidAfterDark@users.noreply.github.com> Date: Thu, 3 Jul 2025 20:53:06 -0400 Subject: [PATCH] Add support statusBarTranslucent for modal backdrop coverage --- index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.tsx b/index.tsx index da5b226..51aa056 100644 --- a/index.tsx +++ b/index.tsx @@ -68,6 +68,7 @@ interface Props { searchMessage?: string, androidWindowSoftInputMode?: string, initialState?: string, + statusBarTranslucent?: boolean, } export const CountryPicker = ({ @@ -89,6 +90,7 @@ export const CountryPicker = ({ showOnly, ListHeaderComponent, itemTemplate: ItemTemplate = CountryButton, + statusBarTranslucent, ...rest }: Props) => { // ToDo refactor exclude and showOnly props to objects @@ -224,6 +226,7 @@ export const CountryPicker = ({ visible={showModal} onShow={openModal} onRequestClose={onRequestClose} + statusBarTranslucent={statusBarTranslucent} >