Skip to content

Commit

Permalink
fix navigation layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Sep 11, 2024
1 parent 2b22f1a commit 047633e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ export function getDefaultOptions ({ type, rawOptions = {}, currentInject }) {
backgroundColor: pageConfig.backgroundColor || '#ffffff'
},
onLayout (e) {
navigation.layout = e.layout
navigation.layout = e.nativeEvent.layout
}
},
createElement(routeContext.Provider,
Expand Down

0 comments on commit 047633e

Please sign in to comment.