@wavemaker/app-rn-runtime 11.10.3-next.27785 → 11.10.3-next.27799

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 (44) hide show
  1. package/components/advanced/carousel/carousel.component.js +0 -1
  2. package/components/advanced/carousel/carousel.component.js.map +1 -1
  3. package/components/basic/picture/picture.component.js +7 -91
  4. package/components/basic/picture/picture.component.js.map +1 -1
  5. package/components/basic/picture/picture.props.js +0 -1
  6. package/components/basic/picture/picture.props.js.map +1 -1
  7. package/components/basic/video/video.component.js +4 -34
  8. package/components/basic/video/video.component.js.map +1 -1
  9. package/components/basic/video/video.props.js +0 -1
  10. package/components/basic/video/video.props.js.map +1 -1
  11. package/components/basic/video/video.styles.js +0 -13
  12. package/components/basic/video/video.styles.js.map +1 -1
  13. package/components/chart/area-chart/area-chart.component.js +23 -31
  14. package/components/chart/area-chart/area-chart.component.js.map +1 -1
  15. package/components/chart/bar-chart/bar-chart.component.js +23 -31
  16. package/components/chart/bar-chart/bar-chart.component.js.map +1 -1
  17. package/components/chart/basechart.component.js +10 -3
  18. package/components/chart/basechart.component.js.map +1 -1
  19. package/components/chart/bubble-chart/bubble-chart.component.js +23 -31
  20. package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -1
  21. package/components/chart/line-chart/line-chart.component.js +23 -31
  22. package/components/chart/line-chart/line-chart.component.js.map +1 -1
  23. package/components/chart/pie-chart/pie-chart.component.js +22 -29
  24. package/components/chart/pie-chart/pie-chart.component.js.map +1 -1
  25. package/components/chart/stack-chart/stack-chart.component.js +26 -36
  26. package/components/chart/stack-chart/stack-chart.component.js.map +1 -1
  27. package/components/page/page-content/page-content.component.js +3 -4
  28. package/components/page/page-content/page-content.component.js.map +1 -1
  29. package/core/AppConfig.js.map +1 -1
  30. package/core/base.component.js +3 -7
  31. package/core/base.component.js.map +1 -1
  32. package/core/fixed-view.component.js +3 -5
  33. package/core/fixed-view.component.js.map +1 -1
  34. package/core/utils.js +5 -5
  35. package/core/utils.js.map +1 -1
  36. package/gestures/swipe.animation.js +7 -10
  37. package/gestures/swipe.animation.js.map +1 -1
  38. package/npm-shrinkwrap.json +78 -77
  39. package/package-lock.json +78 -77
  40. package/package.json +2 -2
  41. package/runtime/App.js +9 -18
  42. package/runtime/App.js.map +1 -1
  43. package/styles/style-props.js +1 -9
  44. package/styles/style-props.js.map +1 -1
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/app-rn-runtime",
3
- "version": "11.10.3-next.27785",
3
+ "version": "11.10.3-next.27799",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/app-rn-runtime",
9
- "version": "11.10.3-next.27785",
9
+ "version": "11.10.3-next.27799",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/vector-icons": "14.0.2",
@@ -20,7 +20,7 @@
20
20
  "@react-navigation/drawer": "6.6.3",
21
21
  "@react-navigation/native": "6.1.7",
22
22
  "@react-navigation/stack": "6.3.29",
23
- "@wavemaker/variables": "11.10.3-next.27785",
23
+ "@wavemaker/variables": "11.10.3-next.27799",
24
24
  "axios": "1.6.8",
25
25
  "color": "4.2.3",
26
26
  "cross-env": "7.0.3",
@@ -2809,8 +2809,8 @@
2809
2809
  }
2810
2810
  },
2811
2811
  "node_modules/@expo/cli": {
2812
- "version": "0.22.16",
2813
- "integrity": "sha512-a8Ulbnji9kFatnOtsWGCRs6nMUj9UNC0/WhE74HQdXGDGMn5Pl8eNe3cLMy9G54DdqAmEZmRZpgXmcudT78fEQ==",
2812
+ "version": "0.22.17",
2813
+ "integrity": "sha512-4VOGWoCINIlsQKL0Pl0kQpSs2xAaEPobJ/3Q3xHdtJrBj4S3IHrOyn6mUvubs4A4YySjiyZjlc4UG6GGwxzSsg==",
2814
2814
  "license": "MIT",
2815
2815
  "peer": true,
2816
2816
  "dependencies": {
@@ -2823,11 +2823,11 @@
2823
2823
  "@expo/env": "~0.4.2",
2824
2824
  "@expo/image-utils": "^0.6.5",
2825
2825
  "@expo/json-file": "^9.0.2",
2826
- "@expo/metro-config": "~0.19.10",
2826
+ "@expo/metro-config": "~0.19.11",
2827
2827
  "@expo/osascript": "^2.1.6",
2828
2828
  "@expo/package-manager": "^1.7.2",
2829
2829
  "@expo/plist": "^0.2.2",
2830
- "@expo/prebuild-config": "^8.0.27",
2830
+ "@expo/prebuild-config": "^8.0.28",
2831
2831
  "@expo/rudder-sdk-node": "^1.1.1",
2832
2832
  "@expo/spawn-async": "^1.7.2",
2833
2833
  "@expo/ws-tunnel": "^1.0.1",
@@ -3206,8 +3206,8 @@
3206
3206
  }
3207
3207
  },
3208
3208
  "node_modules/@expo/fingerprint": {
3209
- "version": "0.11.10",
3210
- "integrity": "sha512-34ZwPjbnnD7KHSyceaxcLQbClCkYHbEp6wBDe+aqimvQw25m2LnliN1cMCVQnpOHkBFRTcbKlowby0fIxAm2bQ==",
3209
+ "version": "0.11.11",
3210
+ "integrity": "sha512-gNyn1KnAOpEa8gSNsYqXMTcq0fSwqU/vit6fP5863vLSKxHm/dNt/gm/uZJxrRZxKq71KUJWF6I7d3z8qIfq5g==",
3211
3211
  "license": "MIT",
3212
3212
  "peer": true,
3213
3213
  "dependencies": {
@@ -3442,8 +3442,8 @@
3442
3442
  }
3443
3443
  },
3444
3444
  "node_modules/@expo/metro-config": {
3445
- "version": "0.19.10",
3446
- "integrity": "sha512-/CtsMLhELJRJjAllM4EUnlPUAixn8Q2YhorKBa4uXZ6FvTEZWHJjqsXnQD39gWSEuAIVwLfJ1qgJi8666+dW2w==",
3445
+ "version": "0.19.11",
3446
+ "integrity": "sha512-XaobHTcsoHQdKEH7PI/DIpr2QiugkQmPYolbfzkpSJMplNWfSh+cTRjrm4//mS2Sb78qohtu0u2CGJnFqFUGag==",
3447
3447
  "license": "MIT",
3448
3448
  "peer": true,
3449
3449
  "dependencies": {
@@ -3451,9 +3451,9 @@
3451
3451
  "@babel/generator": "^7.20.5",
3452
3452
  "@babel/parser": "^7.20.0",
3453
3453
  "@babel/types": "^7.20.0",
3454
- "@expo/config": "~10.0.9",
3455
- "@expo/env": "~0.4.1",
3456
- "@expo/json-file": "~9.0.1",
3454
+ "@expo/config": "~10.0.10",
3455
+ "@expo/env": "~0.4.2",
3456
+ "@expo/json-file": "~9.0.2",
3457
3457
  "@expo/spawn-async": "^1.7.2",
3458
3458
  "chalk": "^4.1.0",
3459
3459
  "debug": "^4.3.2",
@@ -3662,15 +3662,15 @@
3662
3662
  }
3663
3663
  },
3664
3664
  "node_modules/@expo/prebuild-config": {
3665
- "version": "8.0.27",
3666
- "integrity": "sha512-UFGOx4TfiT2gOde8RylwmXctp/WvqBQ4TN7z1YL0WWXfG9TWfO7HdsUnqQhGMW+CDDc7FOJMEo8q1a6xiikfYA==",
3665
+ "version": "8.0.28",
3666
+ "integrity": "sha512-SDDgCKKS1wFNNm3de2vBP8Q5bnxcabuPDE9Mnk9p7Gb4qBavhwMbAtrLcAyZB+WRb4QM+yan3z3K95vvCfI/+A==",
3667
3667
  "license": "MIT",
3668
3668
  "dependencies": {
3669
- "@expo/config": "~10.0.9",
3669
+ "@expo/config": "~10.0.10",
3670
3670
  "@expo/config-plugins": "~9.0.15",
3671
3671
  "@expo/config-types": "^52.0.4",
3672
- "@expo/image-utils": "^0.6.4",
3673
- "@expo/json-file": "^9.0.1",
3672
+ "@expo/image-utils": "^0.6.5",
3673
+ "@expo/json-file": "^9.0.2",
3674
3674
  "@react-native/normalize-colors": "0.76.7",
3675
3675
  "debug": "^4.3.1",
3676
3676
  "fs-extra": "^9.0.0",
@@ -3766,8 +3766,9 @@
3766
3766
  }
3767
3767
  },
3768
3768
  "node_modules/@expo/ws-tunnel": {
3769
- "version": "1.0.4",
3770
- "integrity": "sha512-spXCVXxbeKOe8YZ9igd+MDfXZe6LeDvFAdILijeTSG+XcxGrZLmqMWWkFKR0nV8lTWZ+NugUT3CoiXmEuKKQ7w==",
3769
+ "version": "1.0.5",
3770
+ "integrity": "sha512-Ta9KzslHAIbw2ZoyZ7Ud7/QImucy+K4YvOqo9AhGfUfH76hQzaffQreOySzYusDfW8Y+EXh0ZNWE68dfCumFFw==",
3771
+ "license": "MIT",
3771
3772
  "peer": true
3772
3773
  },
3773
3774
  "node_modules/@expo/xcpretty": {
@@ -5818,28 +5819,6 @@
5818
5819
  "integrity": "sha512-ST1xxBuYVIXPdD81dR6+tzIgso7m3pa9+6rOBXTh5Xm7KEEFik7tnQX+GydXYMp3wr1gagJjragdXkPnxK6WNg==",
5819
5820
  "license": "MIT"
5820
5821
  },
5821
- "node_modules/@react-native/virtualized-lists": {
5822
- "version": "0.76.3",
5823
- "integrity": "sha512-wTGv9pVh3vAOWb29xFm+J9VRe9dUcUcb9FyaMLT/Hxa88W4wqa5ZMe1V9UvrrBiA1G5DKjv8/1ZcDsJhyugVKA==",
5824
- "license": "MIT",
5825
- "dependencies": {
5826
- "invariant": "^2.2.4",
5827
- "nullthrows": "^1.1.1"
5828
- },
5829
- "engines": {
5830
- "node": ">=18"
5831
- },
5832
- "peerDependencies": {
5833
- "@types/react": "^18.2.6",
5834
- "react": "*",
5835
- "react-native": "*"
5836
- },
5837
- "peerDependenciesMeta": {
5838
- "@types/react": {
5839
- "optional": true
5840
- }
5841
- }
5842
- },
5843
5822
  "node_modules/@react-navigation/core": {
5844
5823
  "version": "6.4.17",
5845
5824
  "integrity": "sha512-Nd76EpomzChWAosGqWOYE3ItayhDzIEzzZsT7PfGcRFDgW5miHV2t4MZcq9YIK4tzxZjVVpYbIynOOQQd1e0Cg==",
@@ -6682,8 +6661,8 @@
6682
6661
  }
6683
6662
  },
6684
6663
  "node_modules/@wavemaker/variables": {
6685
- "version": "11.10.3-next.27785",
6686
- "integrity": "sha512-x1ziUxXHFjGdHU9ZrGwT9UqEElJ7m5W4BLD2UjEv7u7ycnUJQvz2ieMoUhabBZqE7jml7qAY6b1hQqC4lvs6AA==",
6664
+ "version": "11.10.3-next.27799",
6665
+ "integrity": "sha512-4QeaKYXvas7HS/JkU9qMfNB6NYrM5SKjnUCug3tr32F9CjSP58zo5OZ0msDrHI32RGWVSTHqj0SNYFmgjmlArQ==",
6687
6666
  "license": "ISC",
6688
6667
  "dependencies": {
6689
6668
  "@metrichor/jmespath": "^0.3.1",
@@ -12070,25 +12049,25 @@
12070
12049
  }
12071
12050
  },
12072
12051
  "node_modules/expo": {
12073
- "version": "52.0.35",
12074
- "integrity": "sha512-VagwS6MJbU0Eky18i4amkkSy7FTi0v31B0W+qoEcsU4x5OurA381rxw4qGsQE+8pmSD/Gf3DGb8ygJw+HoAsXw==",
12052
+ "version": "52.0.36",
12053
+ "integrity": "sha512-3QYoxz1+dW3IhBDuPUcw66K6GMUfwlZgXP42ypBT5d54X5AGPSo4Mk5RZxt6Buu+5K6F3qenml9B5snH/OvKIg==",
12075
12054
  "license": "MIT",
12076
12055
  "peer": true,
12077
12056
  "dependencies": {
12078
12057
  "@babel/runtime": "^7.20.0",
12079
- "@expo/cli": "0.22.16",
12058
+ "@expo/cli": "0.22.17",
12080
12059
  "@expo/config": "~10.0.10",
12081
12060
  "@expo/config-plugins": "~9.0.15",
12082
- "@expo/fingerprint": "0.11.10",
12083
- "@expo/metro-config": "0.19.10",
12061
+ "@expo/fingerprint": "0.11.11",
12062
+ "@expo/metro-config": "0.19.11",
12084
12063
  "@expo/vector-icons": "^14.0.0",
12085
12064
  "babel-preset-expo": "~12.0.8",
12086
- "expo-asset": "~11.0.3",
12087
- "expo-constants": "~17.0.6",
12088
- "expo-file-system": "~18.0.10",
12089
- "expo-font": "~13.0.3",
12090
- "expo-keep-awake": "~14.0.2",
12091
- "expo-modules-autolinking": "2.0.7",
12065
+ "expo-asset": "~11.0.4",
12066
+ "expo-constants": "~17.0.7",
12067
+ "expo-file-system": "~18.0.11",
12068
+ "expo-font": "~13.0.4",
12069
+ "expo-keep-awake": "~14.0.3",
12070
+ "expo-modules-autolinking": "2.0.8",
12092
12071
  "expo-modules-core": "2.2.2",
12093
12072
  "fbemitter": "^3.0.0",
12094
12073
  "web-streams-polyfill": "^3.3.2",
@@ -12125,13 +12104,13 @@
12125
12104
  }
12126
12105
  },
12127
12106
  "node_modules/expo-asset": {
12128
- "version": "11.0.3",
12129
- "integrity": "sha512-vgJnC82IooAVMy5PxbdFIMNJhW4hKAUyxc5VIiAPPf10vFYw6CqHm+hrehu4ST1I4bvg5PV4uKdPxliebcbgLg==",
12107
+ "version": "11.0.4",
12108
+ "integrity": "sha512-CdIywU0HrR3wsW5c3n0cT3jW9hccZdnqGsRqY+EY/RWzJbDXtDfAQVEiFHO3mDK7oveUwrP2jK/6ZRNek41/sg==",
12130
12109
  "license": "MIT",
12131
12110
  "peer": true,
12132
12111
  "dependencies": {
12133
- "@expo/image-utils": "^0.6.4",
12134
- "expo-constants": "~17.0.5",
12112
+ "@expo/image-utils": "^0.6.5",
12113
+ "expo-constants": "~17.0.7",
12135
12114
  "invariant": "^2.2.4",
12136
12115
  "md5-file": "^3.2.3"
12137
12116
  },
@@ -12189,13 +12168,13 @@
12189
12168
  }
12190
12169
  },
12191
12170
  "node_modules/expo-constants": {
12192
- "version": "17.0.6",
12193
- "integrity": "sha512-rl3/hBIIkh4XDkCEMzGpmY6kWj2G1TA4Mq2joeyzoFBepJuGjqnGl7phf/71sTTgamQ1hmhKCLRNXMpRqzzqxw==",
12171
+ "version": "17.0.7",
12172
+ "integrity": "sha512-sp5NUiV17I3JblVPIBDgoxgt7JIZS30vcyydCYHxsEoo+aKaeRYXxGYilCvb9lgI6BBwSL24sQ6ZjWsCWoF1VA==",
12194
12173
  "license": "MIT",
12195
12174
  "peer": true,
12196
12175
  "dependencies": {
12197
- "@expo/config": "~10.0.9",
12198
- "@expo/env": "~0.4.1"
12176
+ "@expo/config": "~10.0.10",
12177
+ "@expo/env": "~0.4.2"
12199
12178
  },
12200
12179
  "peerDependencies": {
12201
12180
  "expo": "*",
@@ -12259,8 +12238,8 @@
12259
12238
  }
12260
12239
  },
12261
12240
  "node_modules/expo-keep-awake": {
12262
- "version": "14.0.2",
12263
- "integrity": "sha512-71XAMnoWjKZrN8J7Q3+u0l9Ytp4OfhNAYz8BCWF1/9aFUw09J3I7Z5DuI3MUsVMa/KWi+XhG+eDUFP8cVA19Uw==",
12241
+ "version": "14.0.3",
12242
+ "integrity": "sha512-6Jh94G6NvTZfuLnm2vwIpKe3GdOiVBuISl7FI8GqN0/9UOg9E0WXXp5cDcfAG8bn80RfgLJS8P7EPUGTZyOvhg==",
12264
12243
  "license": "MIT",
12265
12244
  "peer": true,
12266
12245
  "peerDependencies": {
@@ -12286,8 +12265,8 @@
12286
12265
  }
12287
12266
  },
12288
12267
  "node_modules/expo-modules-autolinking": {
12289
- "version": "2.0.7",
12290
- "integrity": "sha512-rkGc6a/90AC3q8wSy4V+iIpq6Fd0KXmQICKrvfmSWwrMgJmLfwP4QTrvLYPYOOMjFwNJcTaohcH8vzW/wYKrMg==",
12268
+ "version": "2.0.8",
12269
+ "integrity": "sha512-DezgnEYFQYic8hKGhkbztBA3QUmSftjaNDIKNAtS2iGJmzCcNIkatjN2slFDSWjSTNo8gOvPQyMKfyHWFvLpOQ==",
12291
12270
  "license": "MIT",
12292
12271
  "peer": true,
12293
12272
  "dependencies": {
@@ -12468,8 +12447,8 @@
12468
12447
  }
12469
12448
  },
12470
12449
  "node_modules/expo/node_modules/expo-file-system": {
12471
- "version": "18.0.10",
12472
- "integrity": "sha512-+GnxkI+J9tOzUQMx+uIOLBEBsO2meyoYHxd87m9oT9M//BpepYqI1AvYBH8YM4dgr9HaeaeLr7z5XFVqfL8tWg==",
12450
+ "version": "18.0.11",
12451
+ "integrity": "sha512-yDwYfEzWgPXsBZHJW2RJ8Q66ceiFN9Wa5D20pp3fjXVkzPBDwxnYwiPWk4pVmCa5g4X5KYMoMne1pUrsL4OEpg==",
12473
12452
  "license": "MIT",
12474
12453
  "peer": true,
12475
12454
  "dependencies": {
@@ -12481,8 +12460,8 @@
12481
12460
  }
12482
12461
  },
12483
12462
  "node_modules/expo/node_modules/expo-font": {
12484
- "version": "13.0.3",
12485
- "integrity": "sha512-9IdYz+A+b3KvuCYP7DUUXF4VMZjPU+IsvAnLSVJ2TfP6zUD2JjZFx3jeo/cxWRkYk/aLj5+53Te7elTAScNl4Q==",
12463
+ "version": "13.0.4",
12464
+ "integrity": "sha512-eAP5hyBgC8gafFtprsz0HMaB795qZfgJWqTmU0NfbSin1wUuVySFMEPMOrTkTgmazU73v4Cb4x7p86jY1XXYUw==",
12486
12465
  "license": "MIT",
12487
12466
  "peer": true,
12488
12467
  "dependencies": {
@@ -12936,8 +12915,8 @@
12936
12915
  "license": "MIT"
12937
12916
  },
12938
12917
  "node_modules/flow-parser": {
12939
- "version": "0.261.1",
12940
- "integrity": "sha512-2l5bBKeVtT+d+1CYSsTLJ+iP2FuoR7zjbDQI/v6dDRiBpx3Lb20Z/tLS37ReX/lcodyGSHC2eA/Nk63hB+mkYg==",
12918
+ "version": "0.261.2",
12919
+ "integrity": "sha512-RtunoakA3YjtpAxPSOBVW6lmP5NYmETwkpAfNkdr8Ovf86ENkbD3mtPWnswFTIUtRvjwv0i8ZSkHK+AzsUg1JA==",
12941
12920
  "license": "MIT",
12942
12921
  "engines": {
12943
12922
  "node": ">=0.4.0"
@@ -20884,6 +20863,28 @@
20884
20863
  "integrity": "sha512-Yrpmrh4IDEupUUM/dqVxhAN8QW1VEUR3Qrk2lzJC1jB2s46hDe0hrMP2vs12YJqlzshteOthjwXQlY0TgIzgbg==",
20885
20864
  "license": "MIT"
20886
20865
  },
20866
+ "node_modules/react-native/node_modules/@react-native/virtualized-lists": {
20867
+ "version": "0.76.3",
20868
+ "integrity": "sha512-wTGv9pVh3vAOWb29xFm+J9VRe9dUcUcb9FyaMLT/Hxa88W4wqa5ZMe1V9UvrrBiA1G5DKjv8/1ZcDsJhyugVKA==",
20869
+ "license": "MIT",
20870
+ "dependencies": {
20871
+ "invariant": "^2.2.4",
20872
+ "nullthrows": "^1.1.1"
20873
+ },
20874
+ "engines": {
20875
+ "node": ">=18"
20876
+ },
20877
+ "peerDependencies": {
20878
+ "@types/react": "^18.2.6",
20879
+ "react": "*",
20880
+ "react-native": "*"
20881
+ },
20882
+ "peerDependenciesMeta": {
20883
+ "@types/react": {
20884
+ "optional": true
20885
+ }
20886
+ }
20887
+ },
20887
20888
  "node_modules/react-native/node_modules/ansi-styles": {
20888
20889
  "version": "4.3.0",
20889
20890
  "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
@@ -23186,8 +23187,8 @@
23186
23187
  }
23187
23188
  },
23188
23189
  "node_modules/strnum": {
23189
- "version": "1.0.5",
23190
- "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
23190
+ "version": "1.1.0",
23191
+ "integrity": "sha512-a4NGarQIHRhvr+k8VXaHg6TMU6f3YEmi5CAb6RYgX2gwbGDBNMbr6coC6g0wmif5dLjHtmHUVD/qOxPq7D0tnQ==",
23191
23192
  "license": "MIT"
23192
23193
  },
23193
23194
  "node_modules/structured-headers": {
@@ -25564,7 +25565,7 @@
25564
25565
  },
25565
25566
  "node_modules/y18n": {
25566
25567
  "version": "5.0.8",
25567
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
25568
+ "integrity": "sha1-f0k00PfKjFb5UxSTndzS3ZHOHVU=",
25568
25569
  "license": "ISC",
25569
25570
  "engines": {
25570
25571
  "node": ">=10"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-rn-runtime",
3
- "version": "11.10.3-next.27785",
3
+ "version": "11.10.3-next.27799",
4
4
  "description": "''",
5
5
  "main": "index",
6
6
  "module": "index",
@@ -49,7 +49,7 @@
49
49
  "@react-navigation/drawer": "6.6.3",
50
50
  "@react-navigation/native": "6.1.7",
51
51
  "@react-navigation/stack": "6.3.29",
52
- "@wavemaker/variables": "11.10.3-next.27785",
52
+ "@wavemaker/variables": "11.10.3-next.27799",
53
53
  "axios": "1.6.8",
54
54
  "color": "4.2.3",
55
55
  "cross-env": "7.0.3",
package/runtime/App.js CHANGED
@@ -23,6 +23,7 @@ import formatters from '@wavemaker/app-rn-runtime/core/formatters';
23
23
  import { deepCopy, isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';
24
24
  import * as Utils from '@wavemaker/app-rn-runtime/core/utils';
25
25
  import { ModalProvider } from '@wavemaker/app-rn-runtime/core/modal.service';
26
+ import { FixedViewContainer } from '@wavemaker/app-rn-runtime/core/fixed-view.component';
26
27
  import { ToastProvider } from '@wavemaker/app-rn-runtime/core/toast.service';
27
28
  import { NavigationServiceProvider } from '@wavemaker/app-rn-runtime/core/navigation.service';
28
29
  import { PartialProvider } from '@wavemaker/app-rn-runtime/core/partial.service';
@@ -118,7 +119,6 @@ export default class BaseApp extends React.Component {
118
119
  this.refresh();
119
120
  }));
120
121
  _defineProperty(this, "networkStatus", {});
121
- _defineProperty(this, "statusbarInsets", void 0);
122
122
  SplashScreen.preventAutoHideAsync();
123
123
  setTimeout(() => SplashScreen.hideAsync(), 10000);
124
124
  this.appConfig.app = this;
@@ -455,39 +455,30 @@ export default class BaseApp extends React.Component {
455
455
  }
456
456
  }
457
457
  renderApp(commonPartial) {
458
- var _this$appConfig;
459
458
  this.autoUpdateVariables.forEach(value => {
460
459
  var _this$Variables$value;
461
460
  return (_this$Variables$value = this.Variables[value]) === null || _this$Variables$value === void 0 ? void 0 : _this$Variables$value.invokeOnParamChange();
462
461
  });
463
- const statusBarCustomisation = (_this$appConfig = this.appConfig) === null || _this$appConfig === void 0 || (_this$appConfig = _this$appConfig.preferences) === null || _this$appConfig === void 0 ? void 0 : _this$appConfig.statusbarStyles;
464
- const isTranslucent = statusBarCustomisation === null || statusBarCustomisation === void 0 ? void 0 : statusBarCustomisation.translucent;
465
- const Wrapper = isTranslucent ? View : SafeAreaView;
466
- return /*#__PURE__*/React.createElement(SafeAreaProvider, null, /*#__PURE__*/React.createElement(SafeAreaInsetsContext.Consumer, null, (insets = {
462
+ return /*#__PURE__*/React.createElement(SafeAreaProvider, null, /*#__PURE__*/React.createElement(PaperProvider, {
463
+ theme: this.paperTheme
464
+ }, /*#__PURE__*/React.createElement(React.Fragment, null, Platform.OS === 'web' ? this.renderIconsViewSupportForWeb() : null, /*#__PURE__*/React.createElement(SafeAreaInsetsContext.Consumer, null, (insets = {
467
465
  top: 0,
468
466
  bottom: 0,
469
467
  left: 0,
470
468
  right: 0
471
469
  }) => {
472
470
  var _this$props, _this$appConfig$drawe, _this$appConfig$drawe2;
473
- this.statusbarInsets = insets;
474
- return /*#__PURE__*/React.createElement(PaperProvider, {
475
- theme: this.paperTheme
476
- }, /*#__PURE__*/React.createElement(React.Fragment, null, Platform.OS === 'web' ? this.renderIconsViewSupportForWeb() : null, this.getProviders(/*#__PURE__*/React.createElement(Wrapper, {
471
+ return this.getProviders(/*#__PURE__*/React.createElement(SafeAreaView, {
477
472
  style: {
478
473
  flex: 1
479
474
  }
480
- }, /*#__PURE__*/React.createElement(StatusBar, {
481
- backgroundColor: statusBarCustomisation === null || statusBarCustomisation === void 0 ? void 0 : statusBarCustomisation.backgroundColor,
482
- translucent: isTranslucent,
483
- barStyle: (statusBarCustomisation === null || statusBarCustomisation === void 0 ? void 0 : statusBarCustomisation.barStyle) || 'default'
484
- }), /*#__PURE__*/React.createElement(ThemeProvider, {
475
+ }, /*#__PURE__*/React.createElement(StatusBar, null), /*#__PURE__*/React.createElement(ThemeProvider, {
485
476
  value: this.appConfig.theme
486
477
  }, /*#__PURE__*/React.createElement(View, {
487
478
  style: {
488
479
  flex: 1
489
480
  }
490
- }, /*#__PURE__*/React.createElement(View, {
481
+ }, /*#__PURE__*/React.createElement(FixedViewContainer, null, /*#__PURE__*/React.createElement(View, {
491
482
  style: styles.container
492
483
  }, /*#__PURE__*/React.createElement(GestureHandlerRootView, {
493
484
  style: styles.container
@@ -500,8 +491,8 @@ export default class BaseApp extends React.Component {
500
491
  drawerAnimation: (_this$appConfig$drawe2 = this.appConfig.drawer) === null || _this$appConfig$drawe2 === void 0 ? void 0 : _this$appConfig$drawe2.getAnimation()
501
492
  }), commonPartial)), this.appConfig.url ? /*#__PURE__*/React.createElement(WmNetworkInfoToaster, {
502
493
  appLocale: this.appConfig.appLocale
503
- }) : null, this.renderToasters(), this.renderDialogs(), this.renderDisplayManager()))))));
504
- }));
494
+ }) : null), this.renderToasters(), this.renderDialogs(), this.renderDisplayManager()))));
495
+ }))));
505
496
  }
506
497
  }
507
498
  const styles = {