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

The boundary style in the menu view is incorrectly set when react-native is in RTL mode. This is a one-line fix for the issue. (I added the build/* files for...

App.js ``` import React, { Component } from 'react'; import { AppRegistry, StyleSheet, TouchableOpacity, Image } from 'react-native'; import {Screens} from './config/router'; import Menu from './screens/Menu'; import SideMenu from 'react-native-side-menu';...

Hello ! So I have this screen on which I use `react-native-maps` and `react-native-side-menu` When opening the drawer, the maps sometimes moves with the movement, which results in a bad...

1). closeByClickingOnContent (default: true). 2). fixedMenuOffset (default: false). and some fix

I'm probably overlooking something but, is it possible to limit the drag and snap animation of the slide menu ![slider](https://user-images.githubusercontent.com/7108185/40405957-59bbe202-5e7c-11e8-8f65-0b9079683c7f.gif) see how the body can be dragged to the far...

``` ☁ Basic [master] react-native start Scanning 559 folders for symlinks in /private/tmp/react-native-side-menu/examples/Basic/node_modules (8ms) ┌────────────────────────────────────────────────────────────────────────────┐ │ Running packager on port 8081. │ │ │ │ Keep this packager running while...

import React , {Component} from 'react'; import { AppRegistry,Text, View, StyleSheet, Alert } from 'react-native'; import RadioForm, {RadioButton, RadioButtonInput, RadioButtonLabel} from 'react-native-simple-radio-button'; var radio_props = [ {label: 'param1', value: 0...

When i was giving the backHandler in react-native side menu doesn't come back to main screen How can we handle back button when we are using react-native side menu ```...

具体情况为 isOpen属性变换true/false 侧边栏滑动的时候,android出现强卡顿情况。ios出现略微卡顿情况。首次点击感觉明显。

I am trying to run my app and getting this error. I searched on the web but didn't get any solution. Any idea about the error. ![screenshot_20180107-202126](https://user-images.githubusercontent.com/25301150/34650639-5a5469de-f3ea-11e7-8e7d-c46af064ab0b.png)