Skip to content

Commit e3d899a

Browse files
Amber-Nan杨楠
andauthored
chore(Progress): 删除多余代码 (#307)
* fix:发布 iOS 应用商店:一. 创建AppID * fix:发布 iOS 应用商店优化排版 * fix:ios应用商店文档更新及排版优化 * fix:修改环境安装文档语法错误及部分内容优化 * fix:更新ios应用发布流程 * fix:ios应用商店发布更新 * fix:更新ios及安卓应用商店发布 * fix:安卓上架更新 * fix:增加button自定义文本实例 * fix:增加checkBox复选框size调整及文档描述效果展示 * doc:更新文档导入图片 * doc(website): Update Readme.md * fix:修复SpeedDial Android 点击事件失效及拖拽失效问题 #286 * fix:解决SelectCascader 在安卓端不能选择问题 #289 * fix:修复Modal 弹出动画底层延迟收起问题 * feat:NoticeBar 通告栏增加文字样式修改及页面demo展示 * doc(website): Update NoticeBar Readme.md * fix:解决 MenuDropdown 安卓下拉菜单被遮挡问题 * feat:Progress 新增进度图标 * doc(website): Update Progress Readme.md * style:删除多余代码 Co-authored-by: 杨楠 <yangnan@nihaosi.com>
1 parent 3b2eff5 commit e3d899a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/Progress/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { has } from 'lodash';
22
import React, { useRef, useState, useEffect } from 'react';
3-
import { Animated, View, StyleSheet, ViewProps, LayoutChangeEvent, Image } from 'react-native';
3+
import { Animated, View, StyleSheet, ViewProps, LayoutChangeEvent } from 'react-native';
44
import { Flex } from 'src';
55
import { run } from './svg';
66
import Icon from '../Icon';
@@ -66,7 +66,6 @@ export default (props: ProgressProps) => {
6666
}
6767
return widthPercent;
6868
};
69-
console.log('wrapWidth', wrapWidth);
7069

7170
return (
7271
<View style={[styles.container, style]}>

0 commit comments

Comments
 (0)