@react-native-oh/react-native-harmony 0.72.53 → 0.72.59
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.
|
@@ -380,7 +380,7 @@ class Button extends React.Component<ButtonProps> {
|
|
|
380
380
|
disabled={disabled}
|
|
381
381
|
onPress={onPress}
|
|
382
382
|
touchSoundDisabled={touchSoundDisabled}>
|
|
383
|
-
<View style={buttonStyles}>
|
|
383
|
+
<View style={buttonStyles} focusable={false}>
|
|
384
384
|
<Text style={textStyles} disabled={disabled}>
|
|
385
385
|
{formattedTitle}
|
|
386
386
|
</Text>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-oh/react-native-harmony",
|
|
3
|
-
"version": "0.72.
|
|
3
|
+
"version": "0.72.59",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"harmony": {
|
|
59
59
|
"autolinking": null
|
|
60
60
|
},
|
|
61
|
-
"homepage": "https://
|
|
61
|
+
"homepage": "https://gitcode.com/openharmony-sig/ohos_react_native",
|
|
62
62
|
"repository": {
|
|
63
|
-
"type": "
|
|
64
|
-
"url": "https://
|
|
63
|
+
"type": "gitcode",
|
|
64
|
+
"url": "https://gitcode.com/openharmony-sig/ohos_react_native"
|
|
65
65
|
}
|
|
66
66
|
}
|
|
Binary file
|
|
Binary file
|