React Native Plugins Mix

0

I'm developing an app that contains a lower menu using the react- native-material-bottom-navigation , however, I also wanted to use the react-native-off- canvas-menu on one of the lower buttons.

From the Off Canvas Menu documentation, it is opened when an element of type <Menu> is clicked. Then one of the problems comes. In the Material Bottom Navigation element I'm using the <ShiftingTab> element, in addition, when I insert the <OffCanvas3D> it gets messy. Tab 2 appears inside tab 1, for example (the category page is inserted in the navigation page, but they are different things).

As my code is very close to the one presented but documentation, I do not think it is necessary to insert it here.

Any help?

    
asked by anonymous 01.07.2018 / 22:52

0 answers