@applicaster/zapp-react-native-ui-components 15.0.0-rc.137 → 15.0.0-rc.139

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.
@@ -195,7 +195,6 @@ class TvOSCell extends React.Component<Props, State> {
195
195
  groupId,
196
196
  component,
197
197
  index,
198
- componentsMapOffset,
199
198
  } = this.props;
200
199
 
201
200
  this.setScreenLayout(componentAnchorPointY, screenLayout);
@@ -222,8 +221,7 @@ class TvOSCell extends React.Component<Props, State> {
222
221
  const totalOffset =
223
222
  headerOffset +
224
223
  toNumberWithDefaultZero(componentAnchorPointY) +
225
- extraAnchorPointYOffset -
226
- toNumberWithDefaultZero(componentsMapOffset) +
224
+ extraAnchorPointYOffset +
227
225
  componentMarginTop +
228
226
  componentPaddingTop;
229
227
 
@@ -81,7 +81,7 @@ export const useGetProgressViewOffset = () => {
81
81
  }
82
82
  };
83
83
 
84
- export function RefreshControl() {
84
+ export function RefreshControl(props) {
85
85
  const screenData = useCurrentScreenData();
86
86
 
87
87
  const { refreshing, onRefresh } = usePullToRefresh(
@@ -190,6 +190,7 @@ export function RefreshControl() {
190
190
 
191
191
  return (
192
192
  <RNRefreshControl
193
+ {...props}
193
194
  refreshing={refreshing}
194
195
  onRefresh={onRefreshHandler}
195
196
  colors={[preparedIndicatorColor]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "15.0.0-rc.137",
3
+ "version": "15.0.0-rc.139",
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-rc.137",
32
- "@applicaster/zapp-react-native-bridge": "15.0.0-rc.137",
33
- "@applicaster/zapp-react-native-redux": "15.0.0-rc.137",
34
- "@applicaster/zapp-react-native-utils": "15.0.0-rc.137",
31
+ "@applicaster/applicaster-types": "15.0.0-rc.139",
32
+ "@applicaster/zapp-react-native-bridge": "15.0.0-rc.139",
33
+ "@applicaster/zapp-react-native-redux": "15.0.0-rc.139",
34
+ "@applicaster/zapp-react-native-utils": "15.0.0-rc.139",
35
35
  "fast-json-stable-stringify": "^2.1.0",
36
36
  "promise": "^8.3.0",
37
37
  "url": "^0.11.0",