We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e0103 commit 22db60aCopy full SHA for 22db60a
Example/App.js
@@ -12,6 +12,7 @@ import {
12
View,
13
ScrollView,
14
Animated,
15
+ Easing
16
} from 'react-native';
17
import {SmartRefreshControl, AnyHeader} from 'react-native-smartrefreshlayout';
18
import Icon from 'react-native-vector-icons/Ionicons'
@@ -69,6 +70,7 @@ export default class App extends Component<Props> {
69
70
toValue:0,
71
duration:197,
72
useNativeDriver:true,
73
+ easing:Easing.linear()
74
}).start()
75
}
76
@@ -87,6 +89,7 @@ export default class App extends Component<Props> {
87
89
toValue:1,
88
90
91
92
93
94
}}
95
headerHeight={100}
0 commit comments