@applicaster/zapp-react-native-ui-components 16.0.0-alpha.3524654973 → 16.0.0-alpha.5063542327
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.
|
@@ -126,14 +126,14 @@ const PlayerLiveImageComponent = (props: Props) => {
|
|
|
126
126
|
factoryConfig: {
|
|
127
127
|
player: ref,
|
|
128
128
|
playerId,
|
|
129
|
-
muted,
|
|
129
|
+
muted, // omitted from hook parameters as it can be changed by user and should not trigger factory again
|
|
130
130
|
playerPluginId: playerPluginId,
|
|
131
131
|
screenConfig: screenConfig,
|
|
132
132
|
entry: item,
|
|
133
133
|
},
|
|
134
134
|
tag: item.title?.toString(),
|
|
135
135
|
});
|
|
136
|
-
}, [playerId, preloadHooks,
|
|
136
|
+
}, [playerId, preloadHooks, playerPluginId, screenConfig, item]);
|
|
137
137
|
|
|
138
138
|
React.useEffect(() => {
|
|
139
139
|
liveImageItem.setMode = setModeDebounced;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/zapp-react-native-ui-components",
|
|
3
|
-
"version": "16.0.0-alpha.
|
|
3
|
+
"version": "16.0.0-alpha.5063542327",
|
|
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": "16.0.0-alpha.
|
|
32
|
-
"@applicaster/zapp-react-native-bridge": "16.0.0-alpha.
|
|
33
|
-
"@applicaster/zapp-react-native-redux": "16.0.0-alpha.
|
|
34
|
-
"@applicaster/zapp-react-native-utils": "16.0.0-alpha.
|
|
31
|
+
"@applicaster/applicaster-types": "16.0.0-alpha.5063542327",
|
|
32
|
+
"@applicaster/zapp-react-native-bridge": "16.0.0-alpha.5063542327",
|
|
33
|
+
"@applicaster/zapp-react-native-redux": "16.0.0-alpha.5063542327",
|
|
34
|
+
"@applicaster/zapp-react-native-utils": "16.0.0-alpha.5063542327",
|
|
35
35
|
"fast-json-stable-stringify": "^2.1.0",
|
|
36
36
|
"promise": "^8.3.0",
|
|
37
37
|
"url": "^0.11.0",
|