Skip to content

Commit c899560

Browse files
committed
chore: flatlist props
1 parent b6337fe commit c899560

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/Timeline.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const Timeline: React.FC<TimelineProps> = ({
4141
keyExtractor={(item, index) => index.toString()}
4242
contentContainerStyle={styles.contentContainerStyle}
4343
renderItem={({ item, index }) => renderItem(item, index)}
44+
{...rest}
4445
/>
4546
</SafeAreaView>
4647
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-beautiful-timeline",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Fully customizable, beautifully designed Timeline for React Native.",
55
"keywords": [
66
"timeline",

0 commit comments

Comments
 (0)