@wlloyalty/wll-react-sdk 1.0.81 → 1.0.82

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/dist/native.js CHANGED
@@ -4659,15 +4659,17 @@ var styles = reactNative.StyleSheet.create({
4659
4659
  container: {
4660
4660
  flexDirection: 'column',
4661
4661
  flex: 1,
4662
- aspectRatio: 1,
4663
4662
  width: '100%',
4663
+ height: '100%',
4664
4664
  },
4665
4665
  tileContainer: {
4666
- flex: 1,
4666
+ flexGrow: 1,
4667
+ flexShrink: 1,
4668
+ flexBasis: '100%',
4667
4669
  width: '100%',
4668
4670
  },
4669
4671
  halfTileContainer: {
4670
- flex: 0.5,
4672
+ flexBasis: '50%',
4671
4673
  height: '50%',
4672
4674
  },
4673
4675
  });