@shoutem/ui 9.1.1 → 9.2.0-rc.0

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.
@@ -122,7 +122,7 @@ class DateTimePicker extends PureComponent {
122
122
  style={style.textContainer}
123
123
  onPress={this.handleShowPicker}
124
124
  >
125
- <Text>{textValue}</Text>
125
+ <Text style={style.text}>{textValue}</Text>
126
126
  </TouchableOpacity>
127
127
  <TouchableOpacity
128
128
  onPress={this.handleShowPicker}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "9.1.1",
3
+ "version": "9.2.0-rc.0",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",
@@ -27,7 +27,7 @@
27
27
  "html-entities": "1.3.1",
28
28
  "htmlparser2": "3.10.1",
29
29
  "lodash": "4.17.21",
30
- "lottie-react-native": "7.2.2",
30
+ "lottie-react-native": "7.3.8",
31
31
  "prop-types": "15.8.1",
32
32
  "qs": "6.9.3",
33
33
  "react-native-device-info": "10.13.2",
@@ -48,8 +48,8 @@
48
48
  "tinycolor2": "1.4.1"
49
49
  },
50
50
  "peerDependencies": {
51
- "react": ">=19.0.0",
52
- "react-native": ">=0.78.0",
51
+ "react": ">=19.1.0",
52
+ "react-native": ">=0.81.0",
53
53
  "react-native-gesture-handler": "*",
54
54
  "react-native-safe-area-context": "*",
55
55
  "@react-navigation/native": "*"
@@ -69,12 +69,12 @@
69
69
  "eslint-plugin-react-native": "3.11.0",
70
70
  "eslint-plugin-simple-import-sort": "7.0.0",
71
71
  "jest": "^29.6.3",
72
- "@react-native/babel-preset": "0.78.0",
72
+ "@react-native/babel-preset": "0.81.6",
73
73
  "path": "0.12.7",
74
74
  "prettier": "1.19.1",
75
- "react": "19.0.0",
76
- "react-native": "0.78.0",
77
- "react-test-renderer": "19.0.0"
75
+ "react": "19.1.4",
76
+ "react-native": "0.81.6",
77
+ "react-test-renderer": "19.1.0"
78
78
  },
79
79
  "nativeDependencies": [
80
80
  "@react-native-community/datetimepicker",
package/theme.js CHANGED
@@ -2680,6 +2680,7 @@ export default () => {
2680
2680
  modalButton: { width: 100, margin: 'auto' },
2681
2681
  modalButtonContainer: { height: 80 },
2682
2682
  modalContainer: { backgroundColor: '#FFFFFF' },
2683
+ text: {},
2683
2684
  textContainer: {
2684
2685
  borderColor: '#C2C2C2',
2685
2686
  borderWidth: 1,