App.js will not load from iPhone directory in Resources
If I provide and app.js file in my iPhone directory, it does not override the app.js in the base Resources dir.
If I create an app.js file in the Android dir, it does override.
My expectation is that if I create a file in either the Android or iPhone resources directory, that file will override anything in the base dir.