diff --git a/SetList.tsx b/SetList.tsx index b69c750..9e0be42 100644 --- a/SetList.tsx +++ b/SetList.tsx @@ -148,7 +148,7 @@ export default function SetList() { style={{ flex: 1 }} renderItem={renderItem} onEndReached={next} - onEndReachedThreshold={0.99} + onEndReachedThreshold={0.5} refreshing={refreshing} keyExtractor={(set) => set.id?.toString()} onRefresh={() => { diff --git a/constants.ts b/constants.ts index e3ad88a..a1c44b1 100644 --- a/constants.ts +++ b/constants.ts @@ -3,4 +3,4 @@ export const PADDING = 10; export const ITEM_PADDING = 8; export const DARK_RIPPLE = "#444444"; export const LIGHT_RIPPLE = "#c2c2c2"; -export const LIMIT = 50; +export const LIMIT = 15;