Skip to content

Commit 23da9fa

Browse files
committed
default style bug is fixed
1 parent ad81124 commit 23da9fa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

lib/src/components/bottomMenu/BottomMenu.style.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ export function _container(maxHeight) {
3838
justifyContent: "flex-end"
3939
};
4040
}
41+
42+
export default {};

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

0 commit comments

Comments
 (0)