Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommezz committed May 26, 2020
1 parent 8c6abd2 commit 20921b6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-scroll-bottom-sheet": "^0.6.0",
"react-native-scroll-bottom-sheet": "^0.6.1",
"react-native-web": "~0.11.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-scroll-bottom-sheet",
"version": "0.6.0",
"version": "0.6.1",
"description": "Cross platform scrollable bottom sheet with virtualization support, running at 60 FPS and fully implemented in JS land",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down
3 changes: 1 addition & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
SectionListProps,
StyleSheet,
View,
StyleProp,
ViewStyle,
} from 'react-native';
import Animated, {
Expand Down Expand Up @@ -161,7 +160,7 @@ type CommonProps = {
/*
* Style to be applied to the container.
*/
containerStyle?: StyleProp<ViewStyle>;
containerStyle?: Animated.AnimateStyle<ViewStyle>;
};

type Props<T> = CommonProps &
Expand Down

0 comments on commit 20921b6

Please sign in to comment.