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.
2 parents 6bee7c0 + 6b20449 commit f4a8aabCopy full SHA for f4a8aab
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-big-calendar",
3
- "version": "5.0.0-beta.6",
+ "version": "5.0.0-beta.7",
4
"main": "build/index.js",
5
"jsnext:main": "build/index.es.js",
6
"module": "build/index.es.js",
src/components/CalendarBody.tsx
@@ -3,13 +3,12 @@ import * as React from 'react'
import {
type AccessibilityProps,
Platform,
- ScrollView,
7
StyleSheet,
8
type TextStyle,
9
View,
10
type ViewStyle,
11
} from 'react-native'
12
-
+import { ScrollView } from 'react-native-gesture-handler'
13
import { u } from '../commonStyles'
14
import { useNow } from '../hooks/useNow'
15
import type {
0 commit comments