-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
和下拉刷新有点冲突 #7
Comments
请提供下gif截图 |
gif转不了,快速下拉有水平方向偏移就会出现了。 import React,{Component} from "react"; export default class ThreeScreen extends Component { constructor(props) { onRefresh() { render() {
} renderPage(image, index) { const styles = StyleSheet.create({ |
和这个RefreshControl 一起用的时候,两个都会触发
The text was updated successfully, but these errors were encountered: