I have read the guidelines for contributing and I understand:
My home view:

After presenting menu:

As there seems to appear a black background under the status bar in iPhone X which means that the view is only being displayed below the status bar and is there anyway to solve the status bar area from fading out in iPhone X? (Presumably causing because of the safe area insets)
The example project works as expected on the iPhone X simulator. Please check your configuration and make sure you're following the README carefully.
For others, use SideMenuManager.default.menuFadeStatusBar = false
Thank you @pbrazdil you saved me hours!
Most helpful comment
For others, use
SideMenuManager.default.menuFadeStatusBar = false