React won't render in Cordova

My app seems to be functional in the browser, but when I run it with cordova, React won’t render. Everything works, all libraries, everything. It’s all there.

I just can’t figure out why React wont’ render. Maybe it’s the load order?

My react render function is defined within Meteor.startup.

In fact, it looks like Meteor.startup as a whole isn’t working.

Edit: can anyone help at all?