mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-29 12:33:10 +08:00
use latest rnoh package
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
buildOption: {
|
||||
strictMode: {
|
||||
caseSensitiveCheck: true,
|
||||
useNormalizedOHMUrl: true,
|
||||
useNormalizedOHMUrl: true
|
||||
},
|
||||
"nativeCompiler": "BiSheng"
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
author: '',
|
||||
license: '',
|
||||
dependencies: {
|
||||
'@rnoh/react-native-openharmony': '0.72.38',
|
||||
'@rnoh/react-native-openharmony': '0.72.96',
|
||||
pushy: 'file:../../node_modules/react-native-update/harmony/pushy',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -54,7 +54,6 @@ struct Index {
|
||||
enableCAPIArchitecture: true,
|
||||
arkTsComponentNames: arkTsComponentNames,
|
||||
},
|
||||
initialProps: { "foo": "bar" } as Record<string, string>,
|
||||
appKey: "harmony_use_pushy",
|
||||
wrappedCustomRNComponentBuilder: wrappedCustomRNComponentBuilder,
|
||||
onSetUp: (rnInstance) => {
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
},
|
||||
},
|
||||
overrides: {
|
||||
'@rnoh/react-native-openharmony': '0.72.38',
|
||||
'@rnoh/react-native-openharmony': '0.72.96',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user