I recently updated react-navigation in a project in which ClojureScript is used. ClojureScript is compiled to JavaScript, and the component names may be lowercased. This causes many warnings to be printed in the terminal.
A flag to disable the warning or the removal of the warning would be great. Currently I've overridden console.warn to filter the warnings.