react-native-side-menu icon indicating copy to clipboard operation
react-native-side-menu copied to clipboard

Side menu component for React Native

Results 78 react-native-side-menu issues
Sort by recently updated
recently updated
newest added

With folowing sample code we have "Exit button" drawed atop of screen content Attaching screenshots Menu opened: ![menu-opened](https://user-images.githubusercontent.com/1650866/29415039-539addbc-836a-11e7-91d3-cf64268e7d4d.png) Menu closed: ![menu-closed](https://user-images.githubusercontent.com/1650866/29415056-5b976c92-836a-11e7-853b-e07f94af27b5.png) ``` import React from "react"; import { AppRegistry, View,...

First off, thank you for making this!! However, I have some issues that I might have not expected. Is this behavior expected? I can basically swipe right while having the...

help wanted
feedback needed

I would like be able to configure the `barrierForward` to be different from 1/4 of the screen's width. Ideally, the `SideMenu` component would be able to take (as a prop)...

feature request

As per https://github.com/react-native-community/react-native-side-menu/blob/master/index.js#L114, The first check of `typeof props.isOpen !== 'undefined'` is always guaranteed to be `false`, as `isOpen` cannot be set to `undefined`, as that is being overridden by...

import React, {Component} from 'react' import { View, Text, StyleSheet, TouchableHighlight, Dimensions } from 'react-native' import SideMenu from 'react-native-side-menu' import Menu from './picker' const {width, height} = Dimensions.get('window') export default...

Hi all, I have read these issues, but I didn't find an answer to my question. I am using this component, that made my day, and I am using this...

Hi, This is not an issue but rather a question. I have a menu in my application that renders on top and used for navigation. I need this submenu in...

How can I replace the content component by another one when a menu item gets selected? Is there a method like replace(..)?

Hi,very appreciate your repository. It helped me a lot . But I have some confusion about passing arguments between Items. Here is a situation: When I click the "About" Item,...

help wanted
feedback needed