Skip to content

Commit abcdae0

Browse files
committed
feat: add Calendar component to main app screen with fixed height and empty events list
1 parent e2026b0 commit abcdae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DemoApp/app/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { Text, View } from 'react-native'
2+
import { Calendar } from './react-native-big-calendar/build'
23

34
export default function Index() {
45
return (
@@ -10,6 +11,7 @@ export default function Index() {
1011
}}
1112
>
1213
<Text>Edit app/index.tsx to edit this screen.</Text>
14+
<Calendar height={600} events={[]} />
1315
</View>
1416
)
1517
}

0 commit comments

Comments
 (0)