By defining all the scenes during compile time.
Im using similar structure in my own projects. Hope this will help someone getting rid of the warning message.
(Reference: https://github.com/aksonov/react-native-router-flux/blob/master/docs/REDUX_FLUX.md)
PS. I have to put scenes declaration after Page and NavigatorMenu to make this work. Im not sure if this is expected or not. Any suggestion is welcome. Thanks.