@gorhom/bottom-sheet
Advanced tools
Comparing version 4.6.0 to 4.6.1
@@ -85,3 +85,3 @@ "use strict"; | ||
if (enableDynamicSizing) { | ||
animatedContentHeight.value = contentHeight; | ||
animatedContentHeight.value = contentHeight + (enableFooterMarginAdjustment ? animatedFooterHeight.value : 0); | ||
} | ||
@@ -88,0 +88,0 @@ |
@@ -63,3 +63,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
if (enableDynamicSizing) { | ||
animatedContentHeight.value = contentHeight; | ||
animatedContentHeight.value = contentHeight + (enableFooterMarginAdjustment ? animatedFooterHeight.value : 0); | ||
} | ||
@@ -66,0 +66,0 @@ |
@@ -108,2 +108,3 @@ /** | ||
BottomSheetView: BottomSheetComponent, | ||
BottomSheetTextInput: ReactNative.TextInput, | ||
BottomSheetScrollView: ReactNative.ScrollView, | ||
@@ -114,2 +115,6 @@ BottomSheetSectionList: ReactNative.SectionList, | ||
TouchableOpacity: ReactNative.TouchableOpacity, | ||
TouchableHighlight: ReactNative.TouchableHighlight, | ||
TouchableWithoutFeedback: ReactNative.TouchableWithoutFeedback, | ||
BottomSheetModalProvider, | ||
@@ -116,0 +121,0 @@ BottomSheetModal, |
{ | ||
"name": "@gorhom/bottom-sheet", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"description": "A performant interactive bottom sheet with fully configurable options 🚀", | ||
@@ -29,3 +29,3 @@ "main": "lib/commonjs/index", | ||
}, | ||
"homepage": "https://gorhom.github.io/react-native-bottom-sheet", | ||
"homepage": "https://ui.gorhom.dev/components/bottom-sheet", | ||
"scripts": { | ||
@@ -32,0 +32,0 @@ "typescript": "tsc --skipLibCheck --noEmit", |
@@ -16,8 +16,8 @@ # React Native Bottom Sheet | ||
- Modal presentation view, [Bottom Sheet Modal](https://gorhom.github.io/react-native-bottom-sheet/modal). | ||
- Modal presentation view, [Bottom Sheet Modal](https://ui.gorhom.dev/components/bottom-sheet/modal). | ||
- Smooth gesture interactions & snapping animations. | ||
- Seamless [keyboard handling](https://gorhom.github.io/react-native-bottom-sheet/keyboard-handling) for iOS & Android. | ||
- Support [pull to refresh](https://gorhom.github.io/react-native-bottom-sheet/pull-to-refresh) for scrollables. | ||
- Support [FlatList](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetflatlist), [SectionList](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetsectionlist), [ScrollView](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetscrollview) & [View](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetview) scrolling interactions. | ||
- Support [React Navigation integration](https://gorhom.github.io/react-native-bottom-sheet/react-navigation-integration). | ||
- Seamless [keyboard handling](https://ui.gorhom.dev/components/bottom-sheet/keyboard-handling) for iOS & Android. | ||
- Support [pull to refresh](https://ui.gorhom.dev/components/bottom-sheet/pull-to-refresh) for scrollables. | ||
- Support [FlatList](https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheetflatlist), [SectionList](https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheetsectionlist), [ScrollView](https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheetscrollview) & [View](https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheetview) scrolling interactions. | ||
- Support [React Navigation integration](https://ui.gorhom.dev/components/bottom-sheet/react-navigation-integration). | ||
- Compatible with `Reanimated` v1 & v2. | ||
@@ -27,7 +27,7 @@ - Compatible with `Expo`. | ||
- Written in `TypeScript`. | ||
- [Read more](https://gorhom.github.io/react-native-bottom-sheet). | ||
- [Read more](https://ui.gorhom.dev/components/bottom-sheet). | ||
## Getting Started | ||
Check out [the documentation website](https://gorhom.github.io/react-native-bottom-sheet). | ||
Check out [the documentation website](https://ui.gorhom.dev/components/bottom-sheet). | ||
@@ -87,1 +87,2 @@ ## Versioning | ||
</p> | ||
s |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1335315
16860
1