@momo-kits/foundation 0.155.1-beta.4 → 0.155.1-beta.5-sp.1

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.
@@ -121,7 +121,7 @@ const PopupPromotion: React.FC<PopupPromotionProps> = ({
121
121
 
122
122
  const styles = StyleSheet.create({
123
123
  container: {
124
- aspectRatio: 0.72,
124
+ aspectRatio: 0.5625, // 9:16
125
125
  width: '100%',
126
126
  },
127
127
  debugBaseLine: { borderWidth: 1, borderColor: Colors.green_06 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.155.1-beta.4",
3
+ "version": "0.155.1-beta.5-sp.1",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},