@fto-consult/expo-ui 8.12.5 → 8.12.7

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": "8.12.5",
3
+ "version": "8.12.7",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",
@@ -129,7 +129,7 @@ export default function MainScreenScreenWithoutAuthContainer(props) {
129
129
  <ScrollView
130
130
  testID = {testID+'_ScreenContentScrollView'}
131
131
  {...rest}
132
- contentContainerStyle={[contentContainerStyle,styles.container]}
132
+ contentContainerStyle={[contentContainerStyle,styles.contentContainer]}
133
133
  style={[style]}
134
134
  >
135
135
  {children}
@@ -156,6 +156,9 @@ const PortalCP = ({children,screenName})=>{
156
156
  const styles = StyleSheet.create({
157
157
  container: {
158
158
  flex: 1,
159
+ },
160
+ contentContainer : {
161
+
159
162
  },
160
163
  keyboardAvoidingView : {
161
164
  flex : 1,