React native encounters the pit

Source: Internet
Author: User

1. Add a new component to the project and you should execute the NPM install command

2. Project execution react-native run-android error, should enter the Android directory, execute gradlew.bat clean command

3.ListView reference function, the this binding should be done in the constructor first

Constructor (props) {This.renderitem = This.renderItem.bind ( this);} Onpressicon (UID, aid) {const {Navigator}= This. Props; Interactionmanager.runafterinteractions (()={Navigator.push ({component:loadmyteammemberinfocontainer, Name:' Member Details ', Uid:uid, aid:aid}); });}<ListView initiallistsize={1} dataSource={DataSource} renderrow ={this . RenderItem} onendreached={ This. Onendreached.bind ( This, DataState)} Onendreachedthreshold={0} renderfooter={ This. Renderfooter.bind ( This, DataState)} Refreshcontrol={                  <Refreshcontrol Refreshing={datastate.isrefreshing} Onrefresh={ This. Onrefresh.bind ( This)} title= "Loading in ..."Colors={Color_refresh_control}/>                }            /><touchableopacity onpress={This.onPressIcon.bind (This,doctor.id,doctor.applyid)}> <view style={styles.opecontent}> <View>                                    <text style={styles.textdefault}><text style={styles.textweight}> Status: </Text><Text                            Style={styles.textred}>{doctor.state}</text></text> </View> <view style={styles.operightcontent}> &L T                        Text style={[styles.textdefault,styles.textope]}> View Details ></Text> </View> </View> </TouchableOpacity>

  

React native encounters the pit

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.