KinanKazmi
KinanKazmi
I changed his render() to this. ``` render: function() { var visible = this.state.isOpen || this.state.isAnimateOpen || this.state.isAnimateClose; var size = {height: this.state.containerHeight, width: this.state.containerWidth}; var offsetX = (this.state.containerWidth -...
Nah man, it works perfectly like one, with my modifications. It would be better if you did it though.
Plus, people could want the left/right entry for the modalbox too.
And modalbox's flexibility and animation is why i prefer it over other side menus.
So, would you formally do it? Or should i just keep using it with my own modifications?
Hi @Jahrenski ! Basically, you need to have `com.apple.security.app-sandbox` in your entitlements files. This is how i did it. Create 2 files with these names. 1- Entitlements-Release-Inherit.plist 2- Entitlements-Release.plist copy...
@Jahrenski hi there! Did you manage to get your app signed ?
I have the same issue but with Mac-OSX. The build process first creates a `builder-effective-config.yaml` file in `platforms/electron/build` folder and in there it has `icon: installer.png` even though my config.xml...