Ran into an issue with bundling the babel polyfill.
Issue:
I'm not as yet sure what the best solution is. But it should:
May no longer be necessary. Now builds alright on react native with a subset of "babel-transform".
The key is in .babelrc:
["transform-runtime", {
"polyfill": false,
"regenerator": true
}]