Skip to content

Commit

Permalink
Temporarily set background on NativeStackView
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Dec 13, 2023
1 parent 73ed7f8 commit 3952428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native-stack/views/NativeStackView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ const RouteView = ({
enabled
isNativeStack
hasLargeHeader={hasLargeHeader}
style={[StyleSheet.absoluteFill, {}]}
style={[StyleSheet.absoluteFill, { backgroundColor: 'white' }]}
sheetAllowedDetents={sheetNativeDetents}
sheetLargestUndimmedDetent={sheetNativeUndimmedDetent}
sheetCustomLargestUndimmedDetent={sheetUserDefinedUndimmedDetent}
Expand Down

0 comments on commit 3952428

Please sign in to comment.