We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb5f40 commit 0ec5f1bCopy full SHA for 0ec5f1b
2 files changed
lib/src/components/bottomMenu/BottomMenu.js
@@ -22,17 +22,11 @@ class BottomMenu extends Component {
22
return (
23
<Androw
24
style={[
25
- styles || _container(height, width),
+ styles || _container(shadowContainerHeight, shadowContainerWidth),
26
shadowStyle || _shadowStyle(shadowColor)
27
]}
28
>
29
- <View
30
- style={mainStyle(
31
- shadowContainerHeight,
32
- shadowContainerWidth,
33
- backgroundColor
34
- )}
35
- >
+ <View style={mainStyle(height, width, backgroundColor)}>
36
{children}
37
</View>
38
</Androw>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-bottom-menu",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "Fully customizable and dynamic Bottom Menu for React Native.",
5
"keywords": [
6
"bottom",
0 commit comments