mg-library 1.0.438 → 1.0.440

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.
Files changed (2) hide show
  1. package/functions.js +1 -1
  2. package/package.json +1 -1
package/functions.js CHANGED
@@ -156,7 +156,7 @@ export function safeAreaViewStyleSheet(insets) {
156
156
 
157
157
  export function getBasicStyleSheet() {
158
158
  return StyleSheet.create({
159
- availableArea: {
159
+ availableArea: {
160
160
  marginTop: 5,
161
161
  marginBottom: 5,
162
162
  marginLeft: 5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.438",
3
+ "version": "1.0.440",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {