@applicaster/zapp-react-native-ui-components 16.0.0-rc.67 → 16.0.0-rc.69

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.
@@ -228,7 +228,6 @@ class TvOSCell extends React.Component<Props, State> {
228
228
  mainOffsetUpdater?.(
229
229
  { tag: this.target },
230
230
  totalOffset,
231
- null,
232
231
  groupId,
233
232
  id,
234
233
  component.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "16.0.0-rc.67",
3
+ "version": "16.0.0-rc.69",
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-rc.67",
32
- "@applicaster/zapp-react-native-bridge": "16.0.0-rc.67",
33
- "@applicaster/zapp-react-native-redux": "16.0.0-rc.67",
34
- "@applicaster/zapp-react-native-utils": "16.0.0-rc.67",
31
+ "@applicaster/applicaster-types": "16.0.0-rc.69",
32
+ "@applicaster/zapp-react-native-bridge": "16.0.0-rc.69",
33
+ "@applicaster/zapp-react-native-redux": "16.0.0-rc.69",
34
+ "@applicaster/zapp-react-native-utils": "16.0.0-rc.69",
35
35
  "fast-json-stable-stringify": "^2.1.0",
36
36
  "promise": "^8.3.0",
37
37
  "react-native-sortables": "1.7.1",