@applicaster/quick-brick-core 14.0.28-alpha.2574634212 → 14.0.28-rc.0
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.
|
@@ -332,12 +332,6 @@ export function NavigationProvider({ children }: Props) {
|
|
|
332
332
|
fromHook = false,
|
|
333
333
|
backToTop = false
|
|
334
334
|
) => {
|
|
335
|
-
logger.debug("Attempting to go back", {
|
|
336
|
-
fallbackToHome,
|
|
337
|
-
fromHook,
|
|
338
|
-
backToTop,
|
|
339
|
-
});
|
|
340
|
-
|
|
341
335
|
if (fallbackToHome && !canGoBack(fromHook)) {
|
|
342
336
|
goHome();
|
|
343
337
|
} else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/quick-brick-core",
|
|
3
|
-
"version": "14.0.28-
|
|
3
|
+
"version": "14.0.28-rc.0",
|
|
4
4
|
"description": "Core package for Applicaster's Quick Brick App",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/applicaster/quickbrick#readme",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@applicaster/applicaster-types": "14.0.28-
|
|
32
|
-
"@applicaster/quick-brick-core-plugins": "14.0.28-
|
|
33
|
-
"@applicaster/zapp-pipes-v2-client": "14.0.28-
|
|
34
|
-
"@applicaster/zapp-react-native-bridge": "14.0.28-
|
|
35
|
-
"@applicaster/zapp-react-native-redux": "14.0.28-
|
|
36
|
-
"@applicaster/zapp-react-native-ui-components": "14.0.28-
|
|
37
|
-
"@applicaster/zapp-react-native-utils": "14.0.28-
|
|
31
|
+
"@applicaster/applicaster-types": "14.0.28-rc.0",
|
|
32
|
+
"@applicaster/quick-brick-core-plugins": "14.0.28-rc.0",
|
|
33
|
+
"@applicaster/zapp-pipes-v2-client": "14.0.28-rc.0",
|
|
34
|
+
"@applicaster/zapp-react-native-bridge": "14.0.28-rc.0",
|
|
35
|
+
"@applicaster/zapp-react-native-redux": "14.0.28-rc.0",
|
|
36
|
+
"@applicaster/zapp-react-native-ui-components": "14.0.28-rc.0",
|
|
37
|
+
"@applicaster/zapp-react-native-utils": "14.0.28-rc.0",
|
|
38
38
|
"atob": "^2.1.2",
|
|
39
39
|
"axios": "^0.28.0",
|
|
40
40
|
"btoa": "^1.2.1",
|