You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, I'm using this piece of code to render the whole thingy:
render(){return(<Viewstyle={{flex: 1}}><PullToRefreshisRefreshing={this.state.isRefreshing}onRefresh={this.onRefresh.bind(this)}animationBackgroundColor={'#D3D3D3'}pullHeight={180}contentView={<ScrollViewshowsVerticalScrollIndicator={false}><Textstyle={styles.welcome}>Welcome to React Native 0</Text><Textstyle={styles.welcome}>Welcome to React Native 1</Text><Textstyle={styles.welcome}>Welcome to React Native 2</Text><Textstyle={styles.welcome}>Welcome to React Native 3</Text><Textstyle={styles.welcome}>Welcome to React Native 4</Text><Textstyle={styles.welcome}>Welcome to React Native 5</Text><Textstyle={styles.welcome}>Welcome to React Native 6</Text></ScrollView>}onPullAnimationSrc={require('./coin_pull.json')}onStartRefreshAnimationSrc={require('./coin_start.json')}onRefreshAnimationSrc={require('./coin_repeat.json')}onEndRefreshAnimationSrc={require('./coin_end.json')}/></View>);}
If you need more information or have any tips or tricks that I can try I'd be happy to hear from you.
If you have an empty or small list, and scroll down, the animation disappears and onRefresh method is not called anymore.
The text was updated successfully, but these errors were encountered: