Skip to content

Commit f4a8aab

Browse files
authored
Merge branch 'main' into add-stories-missing-types
2 parents 6bee7c0 + 6b20449 commit f4a8aab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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-big-calendar",
3-
"version": "5.0.0-beta.6",
3+
"version": "5.0.0-beta.7",
44
"main": "build/index.js",
55
"jsnext:main": "build/index.es.js",
66
"module": "build/index.es.js",

src/components/CalendarBody.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ import * as React from 'react'
33
import {
44
type AccessibilityProps,
55
Platform,
6-
ScrollView,
76
StyleSheet,
87
type TextStyle,
98
View,
109
type ViewStyle,
1110
} from 'react-native'
12-
11+
import { ScrollView } from 'react-native-gesture-handler'
1312
import { u } from '../commonStyles'
1413
import { useNow } from '../hooks/useNow'
1514
import type {

0 commit comments

Comments
 (0)