Commit 5af49bf3 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

coba benerin tinggi

parent 7d15e57f
...@@ -329,7 +329,7 @@ class MenuSelection extends React.Component { ...@@ -329,7 +329,7 @@ class MenuSelection extends React.Component {
/> />
)} )}
getItemLayout={(data, index) => ( getItemLayout={(data, index) => (
{ length: 100, offset: 100 * index, index } { length: 250, offset: 250 * index, index }
)} )}
keyExtractor={item => item.id} keyExtractor={item => item.id}
ref={(ref) => { this.flatListRef = ref; }} ref={(ref) => { this.flatListRef = ref; }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment