mg-library 1.0.439 → 1.0.441
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/functions.js +2 -2
- package/package.json +1 -1
package/functions.js
CHANGED
@@ -156,8 +156,8 @@ export function safeAreaViewStyleSheet(insets) {
|
|
156
156
|
|
157
157
|
export function getBasicStyleSheet() {
|
158
158
|
return StyleSheet.create({
|
159
|
-
availableArea: {
|
160
|
-
|
159
|
+
availableArea: {
|
160
|
+
flexGrow: 1,
|
161
161
|
marginTop: 5,
|
162
162
|
marginBottom: 5,
|
163
163
|
marginLeft: 5,
|