@widergy/mobile-ui 0.36.4 → 0.36.5

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.36.5](https://github.com/widergy/mobile-ui/compare/v0.36.4...v0.36.5) (2023-01-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * scrollviews ([#236](https://github.com/widergy/mobile-ui/issues/236)) ([ec2d461](https://github.com/widergy/mobile-ui/commit/ec2d461b5d2b3908996fe8c7847a74d2c198e228))
7
+
1
8
  ## [0.36.4](https://github.com/widergy/mobile-ui/compare/v0.36.3...v0.36.4) (2023-01-24)
2
9
 
3
10
 
@@ -20,7 +20,7 @@ const Bars = ({ rateStages, withoutStages }) => {
20
20
  const subStages = rateStages.flatMap(rate => rate?.sub_rate_stages);
21
21
 
22
22
  return (
23
- <View style={[styles.container, withoutStages && styles.withoutStages]}>
23
+ <View style={styles.container}>
24
24
  {withoutStages
25
25
  ? subStages.map((subStage, index) => (
26
26
  <SubStage
@@ -1,6 +1,5 @@
1
1
  import { StyleSheet } from 'react-native';
2
2
 
3
3
  export default StyleSheet.create({
4
- container: { flexDirection: 'row' },
5
- withoutStages: { flex: 1 }
4
+ container: { flexDirection: 'row' }
6
5
  });
@@ -4,7 +4,6 @@ export const ICON_SIZE = 24;
4
4
 
5
5
  export default StyleSheet.create({
6
6
  container: {
7
- marginTop: 35,
8
7
  alignItems: 'flex-start'
9
8
  },
10
9
  label: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@widergy/mobile-ui",
3
3
  "description": "Widergy Mobile Components",
4
4
  "author": "widergy",
5
- "version": "0.36.4",
5
+ "version": "0.36.5",
6
6
  "repository": "https://github.com/widergy/mobile-ui.git",
7
7
  "main": "lib/index.js",
8
8
  "files": [