Skip to content

Commit ba992c5

Browse files
committed
update Example
1 parent 401437b commit ba992c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Example/ListViewExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export default class ListViewExample extends Component {
2828
<HuaWeiRefreshControl
2929
ref={ref=>this._hw = ref}
3030
onRefresh={this._onRefresh}
31-
{...props}
3231
/>
3332
}
33+
{...props}
3434
/>}
3535
/>
3636
</View>

Example/LottieListViewExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ export default class LottieListViewExample extends Component {
2929
<LottieRefreshControl
3030
ref={ref=>this._hw = ref}
3131
onRefresh={this._onRefresh}
32-
{...props}
3332
/>
3433
}
34+
{...props}
3535
/>}
3636
/>
3737
</View>

0 commit comments

Comments
 (0)