@applicaster/zapp-react-native-ui-components 15.0.0-alpha.1351496011 → 15.0.0-alpha.1692821627
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.
|
@@ -59,8 +59,6 @@ export const useInitialFocus = (): void => {
|
|
|
59
59
|
React.useEffect(() => {
|
|
60
60
|
const initialFocus = getInitialFocus(focusOnContent, isNavBarVisible);
|
|
61
61
|
|
|
62
|
-
console.log("debug_2", "useInitialFocus - effect", { initialFocus });
|
|
63
|
-
|
|
64
62
|
if (initialFocus.onMenu) {
|
|
65
63
|
setFocusOnMenu(currentRoute);
|
|
66
64
|
|
|
@@ -5,12 +5,10 @@ import { pairwise, filter, first } from "rxjs/operators";
|
|
|
5
5
|
const screenRevealManagerSubject$ = new ReplaySubject<boolean>(2);
|
|
6
6
|
|
|
7
7
|
export const emitScreenRevealManagerIsReadyToShow = () => {
|
|
8
|
-
console.log("debug_2", "is_ready");
|
|
9
8
|
screenRevealManagerSubject$.next(true);
|
|
10
9
|
};
|
|
11
10
|
|
|
12
11
|
export const emitScreenRevealManagerIsNotReadyToShow = () => {
|
|
13
|
-
console.log("debug_2", "is_not_ready");
|
|
14
12
|
screenRevealManagerSubject$.next(false);
|
|
15
13
|
};
|
|
16
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/zapp-react-native-ui-components",
|
|
3
|
-
"version": "15.0.0-alpha.
|
|
3
|
+
"version": "15.0.0-alpha.1692821627",
|
|
4
4
|
"description": "Applicaster Zapp React Native ui components for the Quick Brick App",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/applicaster/quickbrick#readme",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@applicaster/applicaster-types": "15.0.0-alpha.
|
|
32
|
-
"@applicaster/zapp-react-native-bridge": "15.0.0-alpha.
|
|
33
|
-
"@applicaster/zapp-react-native-redux": "15.0.0-alpha.
|
|
34
|
-
"@applicaster/zapp-react-native-utils": "15.0.0-alpha.
|
|
31
|
+
"@applicaster/applicaster-types": "15.0.0-alpha.1692821627",
|
|
32
|
+
"@applicaster/zapp-react-native-bridge": "15.0.0-alpha.1692821627",
|
|
33
|
+
"@applicaster/zapp-react-native-redux": "15.0.0-alpha.1692821627",
|
|
34
|
+
"@applicaster/zapp-react-native-utils": "15.0.0-alpha.1692821627",
|
|
35
35
|
"promise": "^8.3.0",
|
|
36
36
|
"url": "^0.11.0",
|
|
37
37
|
"uuid": "^3.3.2"
|