Skip to content

Commit fb8880f

Browse files
committed
update Example
1 parent 627c87c commit fb8880f

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

Example/HuaWeiRefreshControl.js

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,13 @@ export default class HuaWeiRefreshControl extends Component {
7070
alignItems: 'center',
7171
justifyContent: 'center',
7272
}}>
73-
<View style={{
74-
position:'absolute',
75-
left:0,right:0,bottom:0,height:width*1436/1024
76-
}}>
77-
<TouchableWithoutFeedback onPress={()=>{
78-
alert('111')
79-
}}>
80-
<Image style={{width,height:width*1436/1024}}
73+
<Image style={{
74+
position:'absolute',
75+
width,
76+
left:0,right:0,bottom:0,height:width*1436/1024,
77+
}}
8178
source={require('./93K58PICGPs_1024.jpg')}
8279
/>
83-
</TouchableWithoutFeedback>
84-
</View>
8580
{this.state.refreshing ? <SkypeIndicator style={{flex: 0}} size={24} color={'#2783cf'}/> :
8681
<AnimatedIcon style={{
8782
transform: [{

0 commit comments

Comments
 (0)