@onekeyfe/react-native-native-list 3.0.126 → 3.0.129
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/ios/NativeListCell.swift +2 -2
- package/package.json +3 -3
package/ios/NativeListCell.swift
CHANGED
|
@@ -3809,9 +3809,9 @@ final class NativeListCell: UICollectionViewCell {
|
|
|
3809
3809
|
let paragraphStyle = NSMutableParagraphStyle()
|
|
3810
3810
|
paragraphStyle.minimumLineHeight = lineHeight
|
|
3811
3811
|
paragraphStyle.maximumLineHeight = lineHeight
|
|
3812
|
+
paragraphStyle.alignment = label.textAlignment
|
|
3812
3813
|
if currentItem?.type == "market" || currentItem?.data.string("presentation") == "walletSidebar" {
|
|
3813
|
-
// Attributed paragraphs must preserve the
|
|
3814
|
-
paragraphStyle.alignment = label.textAlignment
|
|
3814
|
+
// Attributed paragraphs must preserve the tail ellipsis.
|
|
3815
3815
|
paragraphStyle.lineBreakMode = label.lineBreakMode
|
|
3816
3816
|
}
|
|
3817
3817
|
var attributes: [NSAttributedString.Key: Any] = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/react-native-native-list",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.129",
|
|
4
4
|
"description": "Template-driven native RecyclerView and UICollectionView for React Native",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./lib/module/index.js",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"typescript": "^5.9.2"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
|
-
"@onekeyfe/react-native-image": "3.0.
|
|
87
|
-
"@onekeyfe/react-native-native-logger": "3.0.
|
|
86
|
+
"@onekeyfe/react-native-image": "3.0.129",
|
|
87
|
+
"@onekeyfe/react-native-native-logger": "3.0.129",
|
|
88
88
|
"react": "*",
|
|
89
89
|
"react-native": "*",
|
|
90
90
|
"react-native-nitro-modules": "0.37.0"
|