Open
Description
I was having issue of drawer width .when i open and close and then reopen the drawer width was closed.It continuously decrease after reopening it.I found its solution kindly replace 210 line of react-native-drawer/index.js componet with the following line.Then it would be resolved .Kindly update and release this version.
instead of this ----> drawerProps[this.props.side] = -this.getDeviceLength() + this._offsetOpen + this._length
place this-----> drawerProps[this.props.side] = Math.round(-this.getDeviceLength() + this._offsetOpen + this._length)
Metadata
Metadata
Assignees
Labels
No labels