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 e2026b0 commit abcdae0Copy full SHA for abcdae0
DemoApp/app/index.tsx
@@ -1,4 +1,5 @@
1
import { Text, View } from 'react-native'
2
+import { Calendar } from './react-native-big-calendar/build'
3
4
export default function Index() {
5
return (
@@ -10,6 +11,7 @@ export default function Index() {
10
11
}}
12
>
13
<Text>Edit app/index.tsx to edit this screen.</Text>
14
+ <Calendar height={600} events={[]} />
15
</View>
16
)
17
}
0 commit comments