File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Example/ios/Example.xcodeproj Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 879879 CreatedOnToolsVersion = 6.2;
880880 TestTargetID = 13B07F861A680F5B00A75B9A;
881881 };
882+ 13B07F861A680F5B00A75B9A = {
883+ DevelopmentTeam = 99J87WMFCW;
884+ };
882885 2D02E47A1E0B4A5D006451C7 = {
883886 CreatedOnToolsVersion = 8.2.1;
884887 ProvisioningStyle = Automatic;
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/**",
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/**",
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments