@wavemaker/rn-codegen 11.9.3-1.5914 → 11.9.3-1.5952
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 +1 -1
- rn-codegen/src/templates/app.template +1 -1
- rn-codegen/src/templates/package.web.json +55 -54
- rn-codegen/src/templates/project/app.json +2 -20
- rn-codegen/src/templates/project/package-lock.json +16602 -11384
- rn-codegen/src/templates/project/package.json +56 -55
- rn-codegen/src/templates/project/scripts/post-build.js +17 -0
- rn-codegen/src/templates/project/wavepulse/rn2css.json +0 -1
- rn-codegen/src/templates/project/wavepulse/wavepulse.agent.js +1 -1
- rn-codegen/src/theme/components/advanced/webview.styledef.js +2 -10
- rn-codegen/src/theme/components/advanced/webview.styledef.js.map +1 -1
- rn-codegen/src/theme/variables.js +1 -1
- rn-codegen/src/theme/variables.js.map +1 -1
- rn-codegen/src/transpile/property/property-parser.js +1 -5
- rn-codegen/src/transpile/property/property-parser.js.map +1 -1
rn-codegen/package.json
CHANGED
|
@@ -235,7 +235,7 @@ class App extends BaseApp {
|
|
|
235
235
|
.then((newLocale) => {
|
|
236
236
|
const needsRestart = AppI18nService.setSelectedLocale(newLocale);
|
|
237
237
|
if(needsRestart){
|
|
238
|
-
RNRestart
|
|
238
|
+
RNRestart.Restart();
|
|
239
239
|
}
|
|
240
240
|
this.appConfig.selectedLocale = newLocale;
|
|
241
241
|
{{#if profile.useLocalMetadata}}
|
|
@@ -9,69 +9,71 @@
|
|
|
9
9
|
"postinstall": "echo \"\""
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/app-rn-runtime": "11.9.3-1.
|
|
13
|
-
"@wavemaker/variables": "11.9.3-1.
|
|
14
|
-
"@wavemaker/rn-codegen": "11.9.3-1.
|
|
12
|
+
"@wavemaker/app-rn-runtime": "11.9.3-1.5952",
|
|
13
|
+
"@wavemaker/variables": "11.9.3-1.5952",
|
|
14
|
+
"@wavemaker/rn-codegen": "11.9.3-1.5952",
|
|
15
15
|
"@wavemaker/wavepulse-agent": "1.0.11",
|
|
16
|
-
"
|
|
17
|
-
"expo
|
|
18
|
-
"
|
|
19
|
-
"@expo/
|
|
20
|
-
"expo-
|
|
21
|
-
"expo-
|
|
22
|
-
"expo-
|
|
23
|
-
"expo-
|
|
24
|
-
"expo-
|
|
25
|
-
"expo-
|
|
26
|
-
"expo-
|
|
27
|
-
"expo-
|
|
28
|
-
"expo-
|
|
29
|
-
"expo-
|
|
30
|
-
"expo-
|
|
31
|
-
"expo-
|
|
32
|
-
"expo-
|
|
33
|
-
"expo-
|
|
34
|
-
"expo-
|
|
35
|
-
"expo-
|
|
16
|
+
"deprecated-react-native-prop-types": "4.1.0",
|
|
17
|
+
"expo": "50.0.17",
|
|
18
|
+
"expo-build-properties": "0.12.0",
|
|
19
|
+
"@expo/vector-icons": "14.0.0",
|
|
20
|
+
"@expo/metro-runtime": "3.1.3",
|
|
21
|
+
"expo-font": "11.10.3",
|
|
22
|
+
"expo-file-system": "16.0.9",
|
|
23
|
+
"expo-camera": "14.1.3",
|
|
24
|
+
"expo-av": "13.10.6",
|
|
25
|
+
"expo-barcode-scanner": "12.9.3",
|
|
26
|
+
"expo-web-browser": "12.8.2",
|
|
27
|
+
"expo-device": "5.9.4",
|
|
28
|
+
"expo-network": "5.8.0",
|
|
29
|
+
"expo-location": "16.5.5",
|
|
30
|
+
"expo-localization": "14.8.4",
|
|
31
|
+
"expo-contacts": "12.8.2",
|
|
32
|
+
"expo-calendar": "12.2.1",
|
|
33
|
+
"expo-splash-screen": "0.26.5",
|
|
34
|
+
"expo-document-picker": "11.10.1",
|
|
35
|
+
"expo-constants": "15.4.6",
|
|
36
|
+
"expo-modules-core": "1.11.13",
|
|
36
37
|
"@react-native/assets": "1.0.0",
|
|
37
38
|
"hermes-engine": "0.11.0",
|
|
38
|
-
"imask": "7.6.
|
|
39
|
-
"
|
|
40
|
-
"react": "18.
|
|
41
|
-
"react-
|
|
42
|
-
"react-native": "0.
|
|
43
|
-
"react-native-
|
|
44
|
-
"@react-native/
|
|
45
|
-
"@react-native-
|
|
46
|
-
"
|
|
47
|
-
"react-native-
|
|
48
|
-
"react-native-
|
|
49
|
-
"react-native-
|
|
50
|
-
"react-native-
|
|
51
|
-
"@react-native-community/
|
|
52
|
-
"
|
|
53
|
-
"react-native-
|
|
54
|
-
"
|
|
39
|
+
"imask": "7.6.0",
|
|
40
|
+
"react": "18.2.0",
|
|
41
|
+
"react-dom": "18.2.0",
|
|
42
|
+
"react-native": "0.73.6",
|
|
43
|
+
"react-native-web": "0.19.6",
|
|
44
|
+
"@react-native/assets-registry": "0.74.83",
|
|
45
|
+
"@react-native-async-storage/async-storage": "1.21.0",
|
|
46
|
+
"@react-native-community/netinfo": "11.1.0",
|
|
47
|
+
"react-native-gesture-handler": "2.14.0",
|
|
48
|
+
"react-native-reanimated": "3.6.2",
|
|
49
|
+
"react-native-bundle-splitter": "2.2.3",
|
|
50
|
+
"react-native-safe-area-context": "4.8.2",
|
|
51
|
+
"@react-native-community/datetimepicker": "7.6.3",
|
|
52
|
+
"@react-native-community/slider": "4.5.2",
|
|
53
|
+
"react-native-circular-progress": "1.4.0",
|
|
54
|
+
"@react-native-masked-view/masked-view": "0.3.0",
|
|
55
|
+
"react-native-snap-carousel": "3.9.1",
|
|
55
56
|
"react-native-svg": "13.4.0",
|
|
56
|
-
"react-native-ssl-public-key-pinning": "1.2.
|
|
57
|
+
"react-native-ssl-public-key-pinning": "1.2.3",
|
|
57
58
|
"@wavemaker/react-native-ssl-publickey": "1.0.2",
|
|
58
|
-
"victory-native": "
|
|
59
|
+
"victory-native": "36.6.11",
|
|
59
60
|
"@react-navigation/native": "6.1.7",
|
|
60
|
-
"react-native-pager-view": "6.
|
|
61
|
-
"react-native-webview": "13.
|
|
62
|
-
"react-native-vector-icons": "10.
|
|
61
|
+
"react-native-pager-view": "6.2.3",
|
|
62
|
+
"react-native-webview": "13.6.4",
|
|
63
|
+
"react-native-vector-icons": "10.0.3",
|
|
63
64
|
"@react-navigation/drawer": "6.6.3",
|
|
64
|
-
"react-native-screens": "
|
|
65
|
-
"react-native-svg-transformer": "1.
|
|
66
|
-
"lottie-react-native": "
|
|
67
|
-
"react-lottie-player": "2.
|
|
65
|
+
"react-native-screens": "3.29.0",
|
|
66
|
+
"react-native-svg-transformer": "1.3.0",
|
|
67
|
+
"lottie-react-native": "6.5.1",
|
|
68
|
+
"react-lottie-player": "2.0.0",
|
|
68
69
|
"react-native-mime-types": "2.5.0",
|
|
69
|
-
"expo-linear-gradient": "
|
|
70
|
+
"expo-linear-gradient": "12.7.2",
|
|
70
71
|
"setimmediate": "1.0.5",
|
|
71
72
|
"react-native-restart": "0.0.27",
|
|
72
|
-
"@
|
|
73
|
-
"@babel/
|
|
74
|
-
"@babel/
|
|
73
|
+
"@expo/webpack-config": "19.0.1",
|
|
74
|
+
"@babel/core": "7.20.2",
|
|
75
|
+
"@babel/standalone": "7.23.10",
|
|
76
|
+
"@babel/plugin-syntax-jsx": "7.21.4",
|
|
75
77
|
"victory": "^36.5.3"
|
|
76
78
|
},
|
|
77
79
|
"devDependencies": {
|
|
@@ -86,7 +88,6 @@
|
|
|
86
88
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
87
89
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
88
90
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
89
|
-
"@react-native-community/cli": "16.0.0",
|
|
90
91
|
"@types/babel__standalone": "7.1.7",
|
|
91
92
|
"@expo/metro-config": "^0.7.1"
|
|
92
93
|
},
|
|
@@ -43,25 +43,7 @@
|
|
|
43
43
|
"useLegacyPackaging": true
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
],
|
|
47
|
-
[
|
|
48
|
-
"expo-video",
|
|
49
|
-
{
|
|
50
|
-
"supportsBackgroundPlayback": true,
|
|
51
|
-
"supportsPictureInPicture": true
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
[
|
|
55
|
-
"expo-splash-screen",
|
|
56
|
-
{
|
|
57
|
-
"image": "./assets/icon.png",
|
|
58
|
-
"dark": {
|
|
59
|
-
"image": "./assets/icon.png"
|
|
60
|
-
},
|
|
61
|
-
"imageWidth": 200
|
|
62
|
-
}
|
|
63
46
|
]
|
|
64
|
-
]
|
|
65
|
-
"newArchEnabled": true
|
|
47
|
+
]
|
|
66
48
|
}
|
|
67
|
-
}
|
|
49
|
+
}
|