Skip to content

Commit

Permalink
Always set zIndex to undefined for InnerScreen
Browse files Browse the repository at this point in the history
Co-authored-by: Kacper Kafara <kacperkafara@gmail.com>
  • Loading branch information
adrianryt and kkafar committed Sep 25, 2024
1 parent 5150526 commit f4d0502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/tests/Test2232.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const App = () => (
component={SettingsScreen}
options={{
headerTintColor: 'hotpink',
headerBackTitleVisible: false,
headerBackButtonDisplayMode: 'minimal',
headerTitle: () => (
<View style={{ gap: 16, flexDirection: 'row' }}>
<Square color="green" size={20} />
Expand Down

0 comments on commit f4d0502

Please sign in to comment.