Skip to content

Commit 0ec5f1b

Browse files
committed
Typo fix
1 parent 4bb5f40 commit 0ec5f1b

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

lib/src/components/bottomMenu/BottomMenu.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,11 @@ class BottomMenu extends Component {
2222
return (
2323
<Androw
2424
style={[
25-
styles || _container(height, width),
25+
styles || _container(shadowContainerHeight, shadowContainerWidth),
2626
shadowStyle || _shadowStyle(shadowColor)
2727
]}
2828
>
29-
<View
30-
style={mainStyle(
31-
shadowContainerHeight,
32-
shadowContainerWidth,
33-
backgroundColor
34-
)}
35-
>
29+
<View style={mainStyle(height, width, backgroundColor)}>
3630
{children}
3731
</View>
3832
</Androw>

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-bottom-menu",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Fully customizable and dynamic Bottom Menu for React Native.",
55
"keywords": [
66
"bottom",

0 commit comments

Comments
 (0)