From 33afc4bdb1b18c3647296369ca19052d879f27d3 Mon Sep 17 00:00:00 2001 From: bear1030 Date: Fri, 12 Apr 2019 23:09:35 +0800 Subject: [PATCH 1/2] add containerStyle prop Add containerStyle prop to make the user able to change the container style --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0d481e4..e2adb1a 100644 --- a/index.js +++ b/index.js @@ -246,7 +246,7 @@ export default class SideMenu extends React.Component { return ( {menu} From fe358c6594d38444213ded224d2e0310799cd902 Mon Sep 17 00:00:00 2001 From: bear1030 Date: Sat, 13 Apr 2019 00:01:28 +0800 Subject: [PATCH 2/2] Use original code (not build files) Use original code (not build files) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf23d4a..2bada81 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-side-menu", "version": "1.1.3", "description": "Simple customizable component to create side menu", - "main": "build/index.js", + "main": "index.js", "scripts": { "build": "./build.sh", "prepublish": "./build.sh"