@fto-consult/expo-ui 1.2.11 → 1.2.13

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": "@fto-consult/expo-ui",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -61,7 +61,7 @@
61
61
  "@expo/html-elements": "^0.2.0",
62
62
  "@expo/metro-config": "^0.4.0",
63
63
  "@expo/webpack-config": "^0.17.2",
64
- "@fto-consult/common": "^1.4.6",
64
+ "@fto-consult/common": "^1.4.9",
65
65
  "@gorhom/portal": "^1.0.14",
66
66
  "@react-native-async-storage/async-storage": "~1.17.3",
67
67
  "@react-native-community/datetimepicker": "6.2.0",
@@ -555,7 +555,7 @@ export default class Field extends AppComponent {
555
555
  args.context = this;
556
556
  return this.props.mediaQueryUpdateNativeProps(args);
557
557
  }
558
- const hasTextFieldModeChanged = this.state.textFieldMode !== theme.textFieldMode && this.state.isMobile !== isMobile;
558
+ const hasTextFieldModeChanged = true;// = this.state.textFieldMode !== theme.textFieldMode && this.state.isMobile !== isMobile;
559
559
  if(this.props.responsive === false && !hasTextFieldModeChanged) return;
560
560
  if((hasTextFieldModeChanged)){
561
561
  this.setState({isMobile,textFieldMode:theme.textFieldMode});