diff --git a/packages/components/src/mobile/bottom-sheet/bottom-sheet-navigation/navigation-container.native.js b/packages/components/src/mobile/bottom-sheet/bottom-sheet-navigation/navigation-container.native.js index 660a86b6e24a76..ab5ea8f54f7c9a 100644 --- a/packages/components/src/mobile/bottom-sheet/bottom-sheet-navigation/navigation-container.native.js +++ b/packages/components/src/mobile/bottom-sheet/bottom-sheet-navigation/navigation-container.native.js @@ -59,7 +59,13 @@ const options = { const ANIMATION_DURATION = 190; -function BottomSheetNavigationContainer( { children, animate, main, theme } ) { +function BottomSheetNavigationContainer( { + children, + animate, + main, + theme, + style, +} ) { const Stack = useRef( createStackNavigator() ).current; const context = useContext( BottomSheetNavigationContext ); const [ currentHeight, setCurrentHeight ] = useState( @@ -129,11 +135,7 @@ function BottomSheetNavigationContainer( { children, animate, main, theme } ) { return useMemo( () => { return ( - + - +