We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d2f55 commit badfc0fCopy full SHA for badfc0f
1 file changed
README.md
@@ -41,7 +41,7 @@ npm i react-native-bottom-menu
41
42
### You can use any other component rather than Item component. It's all customizable.
43
```js
44
-import BottomMenu, { Item } from "react-native-bottom-menu";
+import { BottomMenu, Item } from "react-native-bottom-menu";
45
```
46
47
0 commit comments