react-native-off-canvas-menu icon indicating copy to clipboard operation
react-native-off-canvas-menu copied to clipboard

Beautifully crafted off canvas menu components for react native applications. Built on top of react-native's Animated library.

Results 19 react-native-off-canvas-menu issues
Sort by recently updated
recently updated
newest added

- Changed the BackHandler for work with react-native 0.60.5. - Added functionality to navigate to a menu item. - Added functionality to change the title of a menu.

I need to navigate programmatically. Is it somehow possible? Even simulating a menu item press would be fine.

Hello guys help me out to use this library for IOS, its working fine on android. Error faced in IOS build is below: this3.props.handleMenu is not a function. (In '_this3.props.handleMenu()',...

After reading through the code the only thing Android specific I saw was the use of BackAndroid - is that the only reason you call this out as a Android...

In renderScene View , my scrollview is not working. Please help

I made the sub scenes which was connected to redux, but it didn't render when his state was updated via redux. MainView.js ``` componentDidMount() { ... menuItems.push({ title: data[i].name, renderScene:...

Please help me.i need to run the code but i can't run it, what's the problem.The terminal also writes:npm ERR! missing script: start npm ERR! A complete log of this...

With this prop you can access style of menuItemsContainer and you can set your style to it. Useful when language device is RTL or you force it to be RTL....

Can I insert header and footer in the menu?