must like browserify and webpack react-native allows modularization via require, but unlike those other tools react-native does not provide the process global at all times (#7607), you can't require the built in node ones (browserify/commonjs-assert#21).
Some fixes
- pull in those by default (via node-libs-browser)
- give a better error message when one of those can't be found