@fto-consult/expo-ui 6.75.0 → 6.75.1

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": "6.75.0",
3
+ "version": "6.75.1",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -51,7 +51,6 @@ export default function MainScreenScreenWithoutAuthContainer(props) {
51
51
  screenName,
52
52
  containerProps,
53
53
  testID,
54
- right,
55
54
  keyboardAvoidingViewProps,
56
55
  backgroundColor,
57
56
  ...rest
@@ -105,13 +104,13 @@ export default function MainScreenScreenWithoutAuthContainer(props) {
105
104
  <KeyboardAvoidingView testID={testID} {...keyboardAvoidingViewProps} style={[styles.keyboardAvoidingView,keyboardAvoidingViewProps.style]}>
106
105
  {withStatusBar !== false ? <StatusBar/> : null}
107
106
  {appBar === false ? null : React.isValidElement(appBar)? state.AppBar : <AppBar
108
- testID={testID+'_AppBar'} {...appBarProps}
107
+ testID={testID+'_AppBar'}
108
+ {...appBarProps}
109
109
  backAction = {defaultVal(appBarProps.backAction,backAction)}
110
110
  elevation={defaultNumber(appBarProps.elevation,elevation)}
111
111
  withDrawer={withDrawer} options={options}
112
112
  ref={appBarRef} title={title}
113
113
  subtitle={subtitle}
114
- right = {right}
115
114
  />}
116
115
  {withScrollView !== false ? (
117
116
  <ScrollView