@mpxjs/core 2.10.18-beta.12 → 2.10.18-beta.14

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.18-beta.12",
3
+ "version": "2.10.18-beta.14",
4
4
  "description": "mpx runtime core",
5
5
  "keywords": [
6
6
  "miniprogram",
@@ -215,9 +215,9 @@ export default function createApp (options) {
215
215
  global.__mpxInitialRunParams = initialParams
216
216
  }
217
217
  const navScreenOpts = {
218
- headerShown: false,
219
- statusBarTranslucent: Mpx.config.rnConfig.statusBarTranslucent ?? true,
220
- statusBarBackgroundColor: 'transparent'
218
+ headerShown: false
219
+ // statusBarTranslucent: Mpx.config.rnConfig.statusBarTranslucent ?? true,
220
+ // statusBarBackgroundColor: 'transparent'
221
221
  }
222
222
 
223
223
  return createElement(SafeAreaProvider,