# react-native-side-menu
**Repository Path**: mirrors_react-native-community/react-native-side-menu
## Basic Information
- **Project Name**: react-native-side-menu
- **Description**: Side menu component for React Native
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2026-03-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Customizable side menu for react-native
| iOS | android |
| --- | --- |
|
|
|
### Content
- [Installation](#installation)
- [Usage example](#usage-example)
- [Component props](#component-props)
- [Questions?](#questions)
### Installation
```bash
npm install react-native-side-menu --save
```
### Usage example
```javascript
import SideMenu from 'react-native-side-menu'
class ContentView extends React.Component {
render() {
return (
Welcome to React Native!
To get started, edit index.ios.js
Press Cmd+R to reload,{'\n'}
Cmd+Control+Z for dev menu
);
}
}
class Application extends React.Component {
render() {
const menu =