@fto-consult/expo-ui 8.12.6 → 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
@@ -129,7 +129,7 @@ export default function MainScreenScreenWithoutAuthContainer(props) {
|
|
129
129
|
<ScrollView
|
130
130
|
testID = {testID+'_ScreenContentScrollView'}
|
131
131
|
{...rest}
|
132
|
-
contentContainerStyle={[contentContainerStyle,styles.
|
132
|
+
contentContainerStyle={[contentContainerStyle,styles.contentContainer]}
|
133
133
|
style={[style]}
|
134
134
|
>
|
135
135
|
{children}
|
@@ -155,7 +155,10 @@ const PortalCP = ({children,screenName})=>{
|
|
155
155
|
|
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,
|