ZHamburglar
Results
2
comments of
ZHamburglar
This should be a fairly easy fix. I'll lay it out for everyone in the future reading this (for IOS). Step 1: Clone the repo `git clone https://github.com/react-native-community/react-native-side-menu.git` Step 2:...
The Menu Tag is just a placeholder for what you want in the menu. From the actual package index.js: https://github.com/react-native-community/react-native-side-menu/blob/master/index.js `render(): React.Element { const menu = ( {this.props.menu} ); return...