@wavemaker/rn-codegen 11.8.4-next.27396 → 11.8.4-next.27401
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.
rn-codegen/package.json
CHANGED
|
@@ -59,6 +59,7 @@ class App extends BaseApp {
|
|
|
59
59
|
},
|
|
60
60
|
});
|
|
61
61
|
this.userIdleTimeout = 60 * 60 * 1000;
|
|
62
|
+
this.uiPreferences = { enableRipple: appConfig.preferences.enableRipple };
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
getSecurityInfo() {
|
|
@@ -326,7 +327,7 @@ class App extends BaseApp {
|
|
|
326
327
|
|
|
327
328
|
render() {
|
|
328
329
|
return (
|
|
329
|
-
<UIPreferencesProvider value={
|
|
330
|
+
<UIPreferencesProvider value={this.uiPreferences}>
|
|
330
331
|
<View dir={AppI18nService.isRTLLocale(this.appConfig.selectedLocale)?'rtl':null} style=\{{flex: 1, backgroundColor: themeVariables.INSTANCE.pageContentBgColor}} {...this.panResponder.panHandlers}>
|
|
331
332
|
{ this.isStarted ? super.renderApp(this.getCommonPartial()) : null}
|
|
332
333
|
</View>
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"postinstall": "echo \"\""
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/app-rn-runtime": "11.8.4-next.
|
|
13
|
-
"@wavemaker/variables": "11.8.4-next.
|
|
14
|
-
"@wavemaker/rn-codegen": "11.8.4-next.
|
|
12
|
+
"@wavemaker/app-rn-runtime": "11.8.4-next.27401",
|
|
13
|
+
"@wavemaker/variables": "11.8.4-next.27401",
|
|
14
|
+
"@wavemaker/rn-codegen": "11.8.4-next.27401",
|
|
15
15
|
"deprecated-react-native-prop-types": "4.1.0",
|
|
16
16
|
"expo": "50.0.17",
|
|
17
17
|
"expo-build-properties": "0.12.0",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"react-native-svg-transformer": "1.3.0",
|
|
66
66
|
"lottie-react-native": "6.5.1",
|
|
67
67
|
"react-lottie-player": "2.0.0",
|
|
68
|
+
"react-native-mime-types": "2.5.0",
|
|
68
69
|
"expo-linear-gradient": "12.7.2",
|
|
69
70
|
"setimmediate": "1.0.5",
|
|
70
71
|
"react-native-restart": "0.0.27",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@expo/vector-icons": "14.0.0",
|
|
14
14
|
"@expo/webpack-config": "19.0.1",
|
|
15
15
|
"@react-native-async-storage/async-storage": "1.21.0",
|
|
16
|
-
"@react-native-community/datetimepicker": "7.6.
|
|
16
|
+
"@react-native-community/datetimepicker": "7.6.3",
|
|
17
17
|
"@react-native-community/netinfo": "11.1.0",
|
|
18
18
|
"@react-native-community/slider": "4.5.2",
|
|
19
19
|
"@react-native-masked-view/masked-view": "0.3.0",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"expo": "50.0.17",
|
|
30
30
|
"expo-av": "13.10.6",
|
|
31
31
|
"expo-barcode-scanner": "12.9.3",
|
|
32
|
+
"expo-build-properties": "0.12.0",
|
|
32
33
|
"expo-calendar": "12.2.1",
|
|
33
34
|
"expo-camera": "14.1.3",
|
|
34
35
|
"expo-constants": "15.4.6",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
"react-native-bundle-splitter": "2.2.3",
|
|
55
56
|
"react-native-circular-progress": "1.4.0",
|
|
56
57
|
"react-native-gesture-handler": "2.14.0",
|
|
58
|
+
"react-native-mime-types": "2.5.0",
|
|
57
59
|
"react-native-pager-view": "6.2.3",
|
|
58
60
|
"react-native-reanimated": "3.6.2",
|
|
59
61
|
"react-native-restart": "0.0.27",
|
|
@@ -6055,9 +6057,9 @@
|
|
|
6055
6057
|
}
|
|
6056
6058
|
},
|
|
6057
6059
|
"node_modules/@react-native-community/datetimepicker": {
|
|
6058
|
-
"version": "7.6.
|
|
6059
|
-
"resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-7.6.
|
|
6060
|
-
"integrity": "sha512-
|
|
6060
|
+
"version": "7.6.3",
|
|
6061
|
+
"resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-7.6.3.tgz",
|
|
6062
|
+
"integrity": "sha512-Ceb+zWwX67tJKK8gTk6JRRIlU1DqIuwe2kaFwz28s6SKrU8bn/nSSB8/y9B4vic3hb8Z0WTo22807GA1Kg4W7A==",
|
|
6061
6063
|
"dependencies": {
|
|
6062
6064
|
"invariant": "^2.2.4"
|
|
6063
6065
|
}
|
|
@@ -11720,6 +11722,49 @@
|
|
|
11720
11722
|
"expo": "*"
|
|
11721
11723
|
}
|
|
11722
11724
|
},
|
|
11725
|
+
"node_modules/expo-build-properties": {
|
|
11726
|
+
"version": "0.12.0",
|
|
11727
|
+
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.12.0.tgz",
|
|
11728
|
+
"integrity": "sha512-2x3D+QFx9ewQg76L9x7coU1y8rcE79Ca+GLiii9TMe0rMfe8B29T10BG4fQyVxVLCjCudvixvbN1zDj8OOOuGg==",
|
|
11729
|
+
"dependencies": {
|
|
11730
|
+
"ajv": "^8.11.0",
|
|
11731
|
+
"semver": "^7.6.0"
|
|
11732
|
+
},
|
|
11733
|
+
"peerDependencies": {
|
|
11734
|
+
"expo": "*"
|
|
11735
|
+
}
|
|
11736
|
+
},
|
|
11737
|
+
"node_modules/expo-build-properties/node_modules/ajv": {
|
|
11738
|
+
"version": "8.17.1",
|
|
11739
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
11740
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
11741
|
+
"dependencies": {
|
|
11742
|
+
"fast-deep-equal": "^3.1.3",
|
|
11743
|
+
"fast-uri": "^3.0.1",
|
|
11744
|
+
"json-schema-traverse": "^1.0.0",
|
|
11745
|
+
"require-from-string": "^2.0.2"
|
|
11746
|
+
},
|
|
11747
|
+
"funding": {
|
|
11748
|
+
"type": "github",
|
|
11749
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
11750
|
+
}
|
|
11751
|
+
},
|
|
11752
|
+
"node_modules/expo-build-properties/node_modules/json-schema-traverse": {
|
|
11753
|
+
"version": "1.0.0",
|
|
11754
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
11755
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
11756
|
+
},
|
|
11757
|
+
"node_modules/expo-build-properties/node_modules/semver": {
|
|
11758
|
+
"version": "7.6.3",
|
|
11759
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
11760
|
+
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
11761
|
+
"bin": {
|
|
11762
|
+
"semver": "bin/semver.js"
|
|
11763
|
+
},
|
|
11764
|
+
"engines": {
|
|
11765
|
+
"node": ">=10"
|
|
11766
|
+
}
|
|
11767
|
+
},
|
|
11723
11768
|
"node_modules/expo-calendar": {
|
|
11724
11769
|
"version": "12.2.1",
|
|
11725
11770
|
"resolved": "https://registry.npmjs.org/expo-calendar/-/expo-calendar-12.2.1.tgz",
|
|
@@ -12428,6 +12473,11 @@
|
|
|
12428
12473
|
"resolved": "https://registry.npmjs.org/fast-loops/-/fast-loops-1.1.4.tgz",
|
|
12429
12474
|
"integrity": "sha512-8dbd3XWoKCTms18ize6JmQF1SFnnfj5s0B7rRry22EofgMu7B6LKHVh+XfFqFGsqnbH54xgeO83PzpKI+ODhlg=="
|
|
12430
12475
|
},
|
|
12476
|
+
"node_modules/fast-uri": {
|
|
12477
|
+
"version": "3.0.1",
|
|
12478
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
|
|
12479
|
+
"integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw=="
|
|
12480
|
+
},
|
|
12431
12481
|
"node_modules/fast-xml-parser": {
|
|
12432
12482
|
"version": "4.4.0",
|
|
12433
12483
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz",
|
|
@@ -18639,6 +18689,17 @@
|
|
|
18639
18689
|
"react-native": "*"
|
|
18640
18690
|
}
|
|
18641
18691
|
},
|
|
18692
|
+
"node_modules/react-native-mime-types": {
|
|
18693
|
+
"version": "2.5.0",
|
|
18694
|
+
"resolved": "https://registry.npmjs.org/react-native-mime-types/-/react-native-mime-types-2.5.0.tgz",
|
|
18695
|
+
"integrity": "sha512-l1NIGxa0MBFPGBFDd3yeGe2f8+Qb+U4M1FEK7l3Fob0R7kOecwgRau2CCCmu6W5QzyhKdBxRC8SOTuTIEKKAUw==",
|
|
18696
|
+
"dependencies": {
|
|
18697
|
+
"mime-db": "~1.52.0"
|
|
18698
|
+
},
|
|
18699
|
+
"engines": {
|
|
18700
|
+
"node": ">= 0.6"
|
|
18701
|
+
}
|
|
18702
|
+
},
|
|
18642
18703
|
"node_modules/react-native-pager-view": {
|
|
18643
18704
|
"version": "6.2.3",
|
|
18644
18705
|
"resolved": "https://registry.npmjs.org/react-native-pager-view/-/react-native-pager-view-6.2.3.tgz",
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"postinstall": "node ./scripts/post-build.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/app-rn-runtime": "11.8.4-next.
|
|
13
|
-
"@wavemaker/variables": "11.8.4-next.
|
|
14
|
-
"@wavemaker/rn-codegen": "11.8.4-next.
|
|
12
|
+
"@wavemaker/app-rn-runtime": "11.8.4-next.27401",
|
|
13
|
+
"@wavemaker/variables": "11.8.4-next.27401",
|
|
14
|
+
"@wavemaker/rn-codegen": "11.8.4-next.27401",
|
|
15
15
|
"deprecated-react-native-prop-types": "4.1.0",
|
|
16
16
|
"expo": "50.0.17",
|
|
17
17
|
"expo-build-properties": "0.12.0",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"react-native-svg-transformer": "1.3.0",
|
|
66
66
|
"lottie-react-native": "6.5.1",
|
|
67
67
|
"react-lottie-player": "2.0.0",
|
|
68
|
+
"react-native-mime-types": "2.5.0",
|
|
68
69
|
"expo-linear-gradient": "12.7.2",
|
|
69
70
|
"setimmediate": "1.0.5",
|
|
70
71
|
"react-native-restart": "0.0.27",
|