Menu component relies on StatusBar.currentHeight which is Android only as stated in react native docs
https://facebook.github.io/react-native/docs/statusbar
I've changed that line with the one below and it's working now
const top = Math.max(SCREEN_INDENT, y) + 40;

Hey! Thanks for opening the issue, @Trancever is working on it!
Once #976 is merged, issue will be fixed
Should be fixed on 2.15.2.
Most helpful comment
Once #976 is merged, issue will be fixed