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

# Question 1.1.3 is the latest release and is a little old

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...

dependencies

Can you PLEASE update react-native-side-menu to remove next warnings: 1. Animated: "useNativeDriver" was not specified. This is required option and must be set to 'true' or 'false' By documentation, it...

Hello My phone is Arabic After installing the app, when opening the app for the first time, the side menu is showing the right aligned. But afterward opens the app,...

It seems that a simple change will make this library much smoother animationFunction: (prop, value) => Animated.spring(prop, { toValue: value, friction: 8, }), goes to: animationFunction: (prop, value) => Animated.spring(prop,...

# Summary Added TypeScript definition from definitelyTyped to this package. This will allow users to not have to import types to use this package in a TypeScript project. ## Test...

# Bug Side Menu stuck on android device, i can not click any where. it always appear at the left side of the screen and overlapping the main screen content

# Summary Set up community's eslint-config and setup github actions ## Test Plan CI passes ### What's required for testing (prerequisites)? ### What are the steps to reproduce (after prerequisites)?...

Hi, I have created the SideMenu as per the example here, however, the SideMenu is visible beneath the component I am rendering it on, even though the toggle state may...

Not sure how to proceed, and i know it's simple to solve it. The sample code in the readme is using to 'Menu', I copied the file to my folder...