@wlloyalty/wll-react-sdk 1.0.85 → 1.0.86

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
@@ -4684,8 +4684,8 @@ var styles = reactNative.StyleSheet.create({
4684
4684
  width: '100%',
4685
4685
  },
4686
4686
  halfTileContainer: {
4687
- flexBasis: '50%',
4688
- height: '50%',
4687
+ aspectRatio: 2,
4688
+ backgroundColor: 'red',
4689
4689
  },
4690
4690
  });
4691
4691