Skip to content

Commit 401437b

Browse files
committed
update Example
1 parent ad5ded9 commit 401437b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Example/ios/Example.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,9 @@
879879
CreatedOnToolsVersion = 6.2;
880880
TestTargetID = 13B07F861A680F5B00A75B9A;
881881
};
882+
13B07F861A680F5B00A75B9A = {
883+
DevelopmentTeam = 99J87WMFCW;
884+
};
882885
2D02E47A1E0B4A5D006451C7 = {
883886
CreatedOnToolsVersion = 8.2.1;
884887
ProvisioningStyle = Automatic;
@@ -1505,6 +1508,7 @@
15051508
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
15061509
CURRENT_PROJECT_VERSION = 1;
15071510
DEAD_CODE_STRIPPING = NO;
1511+
DEVELOPMENT_TEAM = 99J87WMFCW;
15081512
HEADER_SEARCH_PATHS = (
15091513
"$(inherited)",
15101514
"$(SRCROOT)/../node_modules/react-native-mjrefresh/ios/RCTMJRefreshHeader/**",
@@ -1529,6 +1533,7 @@
15291533
buildSettings = {
15301534
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
15311535
CURRENT_PROJECT_VERSION = 1;
1536+
DEVELOPMENT_TEAM = 99J87WMFCW;
15321537
HEADER_SEARCH_PATHS = (
15331538
"$(inherited)",
15341539
"$(SRCROOT)/../node_modules/react-native-mjrefresh/ios/RCTMJRefreshHeader/**",

Example49/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>

Example49/LottieListViewExample.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ export default class LottieListViewExample extends Component {
2929
<LottieRefreshControl
3030
ref={ref=>this._hw = ref}
3131
onRefresh={this._onRefresh}
32-
{...props}
32+
3333
/>
3434
}
35+
{...props}
3536
/>}
37+
onEndReached={e=>alert(111)}
38+
onEndReachedThreshold={0}
3639
/>
3740
</View>
3841
)

0 commit comments

Comments
 (0)