@shoutem/ui 8.2.1 → 8.2.2

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.
@@ -32,10 +32,6 @@ export class ScrollDriverProvider extends PureComponent {
32
32
  };
33
33
  }
34
34
 
35
- componentDidUpdate() {
36
- this.setupAnimationDriver(this.props, this.context);
37
- }
38
-
39
35
  setupAnimationDriver(props, context) {
40
36
  const { onAnimationDriverChange } = this.props;
41
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "8.2.1",
3
+ "version": "8.2.2",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",
package/theme.js CHANGED
@@ -2264,6 +2264,12 @@ export default () => {
2264
2264
  },
2265
2265
  },
2266
2266
 
2267
+ '.5:7-ratio': {
2268
+ container: {
2269
+ height: (7 / 5) * window.width,
2270
+ },
2271
+ },
2272
+
2267
2273
  container: {
2268
2274
  height: responsiveWidth(345),
2269
2275
  },