We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0465239 commit f5da38dCopy full SHA for f5da38d
1 file changed
docs-vitepress/guide/rn/application-api.md
@@ -495,5 +495,5 @@ mpx.config.rnConfig.getBottomVirtualHeight = (bottomHeight) => {
495
const screenDimensions = ReactNative.Dimensions.get('screen')
496
const windowDimensions = ReactNative.Dimensions.get('window')
497
return Math.max(initialWindowMetrics?.insets?.bottom || 0 , (screenDimensions.height - windowDimensions.height - ReactNative.StatusBar.currentHeight) || 0, 0)
498
-}vscode 如何打开markdown
+}
499
```
0 commit comments