@mpxjs/core 2.10.7-beta.8 → 2.10.7-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/core",
3
- "version": "2.10.7-beta.8",
3
+ "version": "2.10.7-beta.9",
4
4
  "description": "mpx runtime core",
5
5
  "keywords": [
6
6
  "miniprogram",
@@ -16,7 +16,7 @@ import {
16
16
  RouteContext
17
17
  } from '@mpxjs/webpack-plugin/lib/runtime/components/react/dist/context'
18
18
  import { PortalHost, useSafeAreaInsets, GestureHandlerRootView } from '../env/navigationHelper'
19
- import { innerNav, useInnerHeaderHeight } from '../env/nav'
19
+ import { useInnerHeaderHeight } from '../env/nav'
20
20
 
21
21
  const ProviderContext = createContext(null)
22
22
  function getSystemInfo () {
@@ -512,10 +512,6 @@ export function PageWrapperHOC (WrappedComponent, pageConfig = {}) {
512
512
  flex: 1
513
513
  }
514
514
  },
515
- createElement(innerNav, {
516
- props: { pageConfig: currentPageConfig },
517
- navigation
518
- }),
519
515
  withKeyboardAvoidingView(
520
516
  createElement(ReactNative.View,
521
517
  {