undefined is not a function (near .registerAsset)

Hi, am seeing another undefined function error, this time related to registerAsset.

I’m running inside a yarn workspace hence the nested filepaths etc

command (cwd: /packages/partridge-client-mobile):
expo start --android --dev

/packages/partridge-client-mobile/package.json

{
  "name": "partridge-client-mobile",
  "version": "0.86.0",
  "description": "Mobile Partridge",
  "author": "Matt Penrice <matthew.penrice@gmail.com>",
  "homepage": "https://github.com/elmpp/partridge#readme",
  "license": "ISC",
  "private": false,
  "bugs": {
    "url": "https://github.com/elmpp/partridge/issues"
  },
  "main": "__generated__/AppEntry.js",
  "scripts": {
    "android-clear-cache": "expo start --android --clear --dev",
    "android": "expo start --android --dev",
    "dev": "yarn android",
    "dev:clean": "yarn android-clear-cache",
    "dev:verbose": "yarn android --verbose",
    "dev:debug": "EXPO_DEBUG=true npm run android",
    "eject": "expo eject",
    "ios": "expo start --ios",
    "movetopartridgeclientcomponentsperhaps-postinstall": "expo-yarn-workspaces postinstall; node ./postinstall.js",
    "start": "expo start --clear",
    "web": "expo start --web"
  },
  "dependencies": {
    "expo": "^33.0.0",
    "graphql": "14.3.1",
    "lodash": "4.17.15",
    "node-libs-react-native": "^1.0.3",
    "node-noop": "^1.0.0",
    "partridge-client-components": "0.86.0",
    "react": "16.8.3",
    "react-dom": "16.8.3",
    "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
    "whatwg-fetch": "2.0.4"
  },
  "devDependencies": {
    "@bam.tech/react-native-graphql-transformer": "^0.1.5",
    "@types/react": "^16.8.19",
    "@types/react-native": "^0.57.60",
    "babel-plugin-lodash": "3.3.4",
    "babel-preset-expo": "^5.1.1",
    "expo-yarn-workspaces": "^1.2.0",
    "get-dev-paths": "^0.1.1",
    "graphql-tools-merge-typedefs": "^2.0.1",
    "typescript": "3.5.2"
  }
}

/packages/partridge-client-mobile/app.json

{
  "expo": {
    "name": "Partridge Mobile",
    "slug": "partridge",
    "privacy": "public",
    "sdkVersion": "33.0.0",
    "platforms": ["android"],
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./assets/icon.png",
    "splash": {
      "image": "./assets/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#ffffff"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": ["**/*"],
    "ios": {
      "supportsTablet": true
    },
    "android": {
      "package": "org.peartree.partridge"
    },
    "packagerOpts": {
      "config": "metro.config.js"
    }
  }
}

/package.json

...
  "workspaces": {
    "packages": [
      "packages/*"
    ],
    "nohoist": [
      "**/@expo/vector-icons",
      "**/react-native-paper",
      "**/react-native"
    ]
  },
...

The packages above have nohoist due to @expo/vector-icons being unserveable (md5 integrity check fail) seemingly from a hoisted directory relative to cwd.

Error message:

undefined is not a function (near '...stry").registerAsset({__packager_asset:!...')

http://192.168.43.95:19001/__generated__/AppEntry.bundle?platform=android&dev=true&minify=true&hot=false:12:187
g@http://192.168.43.95:19001/__generated__/AppEntry.bundle?platform=android&dev=true&minify=true&hot=false:2:2673
http://192.168.43.95:19001/__generated__/AppEntry.bundle?platform=android&dev=true&minify=true&hot=false:11:40
g@http://192.168.43.95:19001/__generated__/AppEntry.bundle?platform=android&dev=true&minify=true&hot=false:2:2673
f@http://192.168.43.95:19001/__generated__/AppEntry.bundle?platform=android&dev=true&minify=true&hot=false:2:1667
global code@http://192.168.43.95:19001/__generated__/AppEntry.bundle?platform=android&dev=true&minify=true&hot=false:13:4
run
    NativeRunnable.java
handleCallback
    Handler.java:883
dispatchMessage
    Handler.java:100
dispatchMessage
    MessageQueueThreadHandler.java:29
loop
    Looper.java:214
run
    MessageQueueThreadImpl.java:232
run
    Thread.java:919

Output of http://192.168.43.95:19001/__generated__/AppEntry.bundle?platform=android&dev=true&minify=true&hot=false:

var __DEV__=true,__BUNDLE_START_TIME__=this.nativePerformanceNow?nativePerformanceNow():Date.now(),process=this.process||{};process.env=process.env||{};process.env.NODE_ENV="development";
!(function(e){"use strict";e.__r=l,e.__d=function(t,o,a){if(null!=r[o]){if(__DEV__){var l=arguments[4];l&&e.__accept(o,t,a,l)}return}if(r[o]={dependencyMap:a,factory:t,hasError:!1,importedAll:n,importedDefault:n,isInitialized:!1,publicModule:{exports:{}}},__DEV__){r[o].hot=E();var c=arguments[3];c&&(r[o].verboseName=c,i[c]=o)}},e.__c=o,e.__registerSegment=function(e,r){h[e]=r};var r=o(),n={},t={}.hasOwnProperty;function o(){return r=Object.create(null)}if(__DEV__)var i=Object.create(null),a=[];function l(e){if(__DEV__&&"string"==typeof e){var n=e;if(null==(e=i[n]))throw new Error('Unknown named module: "'.concat(n,'"'));console.warn('Requiring module "'.concat(n,'" by name is only supported for ')+"debugging purposes and will BREAK IN PRODUCTION!")}var t=e;if(__DEV__){var o=a.indexOf(t);if(-1!==o){var l=a.slice(o).map(function(e){return r[e].verboseName});l.push(l[0]),console.warn("Require cycle: ".concat(l.join(" -> "),"\n\n")+"Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.")}}var c=r[t];return c&&c.isInitialized?c.publicModule.exports:f(t,c)}function c(e){__DEV__&&"string"==typeof e&&(e=i[e]);var t=e;if(r[t]&&r[t].importedDefault!==n)return r[t].importedDefault;var o=l(t),a=o&&o.__esModule?o.default:o;return r[t].importedDefault=a}function u(e){__DEV__&&"string"==typeof e&&(e=i[e]);var o=e;if(r[o]&&r[o].importedAll!==n)return r[o].importedAll;var a,c=l(o);if(c&&c.__esModule)a=c;else{if(a={},c)for(var u in c)t.call(c,u)&&(a[u]=c[u]);a.default=c}return r[o].importedAll=a}l.importDefault=c,l.importAll=u;var d=!1;function f(r,n){if(!d&&e.ErrorUtils){var t;d=!0;try{t=g(r,n)}catch(r){e.ErrorUtils.reportFatalError(r)}return d=!1,t}return g(r,n)}var _=16,s=-1>>>_;function p(e){return{segmentId:e>>>_,localId:e&s}}l.unpackModuleId=p,l.packModuleId=function(e){return(e.segmentId<<_)+e.localId};var v=[];l.registerHook=function(e){var r={cb:e};return v.push(r),{release:function(){for(var e=0;e<v.length;++e)if(v[e]===r){v.splice(e,1);break}}}};var h=[];function g(n,t){if(!t&&h.length>0){var o=p(n),i=o.segmentId,d=o.localId,f=h[i];null!=f&&(f(d),t=r[n])}var _,s,g,E=e.nativeRequire;if(!t&&E){var y=p(n),b=y.segmentId;E(y.localId,b),t=r[n]}if(!t)throw m(n);if(t.hasError)throw _=n,s=t.error,g=__DEV__&&r[_]&&r[_].verboseName||_,Error('Requiring module "'+g+'", which threw an exception: '+s);if(__DEV__)var w=l.Systrace;t.isInitialized=!0;var D=t,I=D.factory,V=D.dependencyMap;__DEV__&&a.push(n);try{__DEV__&&w.beginEvent("JS_require_"+(t.verboseName||n));var M=t.publicModule;if(__DEV__&&t.hot&&(M.hot=t.hot),M.id=n,v.length>0)for(var k=0;k<v.length;++k)v[k].cb(n,M);return I(e,l,c,u,M,M.exports,V),__DEV__||(t.factory=void 0,t.dependencyMap=void 0),__DEV__&&w.endEvent(),M.exports}catch(e){throw t.hasError=!0,t.error=e,t.isInitialized=!1,t.publicModule.exports=void 0,e}finally{if(__DEV__&&a.pop()!==n)throw new Error("initializingModuleIds is corrupt; something is terribly wrong")}}function m(e){var r='Requiring unknown module "'+e+'".';return __DEV__&&(r+="If you are sure the module is there, try restarting Metro Bundler. You may also want to run `yarn`, or `npm install` (depending on your environment)."),Error(r)}if(__DEV__){l.Systrace={beginEvent:function(){},endEvent:function(){}},l.getModules=function(){return r};var E=function(){var e={acceptCallback:null,accept:function(r){e.acceptCallback=r},disposeCallback:null,dispose:function(r){e.disposeCallback=r}};return e},y=function(e,r,n){if(!e||0===e.length)return!0;for(var t=e.filter(function(e){return!b(e,void 0,void 0,r,n)}),o=[],i=0;i<t.length;i++){if(0===r[t[i]].length)return!1;o.push.apply(o,r[t[i]])}return 0==o.length},b=function(e,n,t,o){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(e in i)return!0;i[e]=!0;var a=r[e];if(!a&&n)return!0;var c=a.hot;if(!c)return console.warn("Cannot accept module because Hot Module Replacement API was not installed."),!1;if(c.disposeCallback)try{c.disposeCallback()}catch(r){console.error("Error while calling dispose handler for module ".concat(e,": "),r)}if(n&&(a.factory=n),t&&(a.dependencyMap=t),a.hasError=!1,a.isInitialized=!1,l(e),c.acceptCallback)try{return c.acceptCallback(),!0}catch(r){console.error("Error while calling accept handler for module ".concat(e,": "),r)}if(!o)throw new Error("Undefined `inverseDependencies`");return y(o[e],o,i)};e.__accept=b}})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this);
'undefined'!=typeof global?global:'undefined'!=typeof window&&window,'function'!=typeof Object.assign&&Object.defineProperty(Object,'assign',{value:function(e,n){'use strict';if(null==e)throw new TypeError('Cannot convert undefined or null to object');for(var t=Object(e),o=1;o<arguments.length;o++){var r=arguments[o];if(null!=r)for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(t[i]=r[i])}return t},writable:!0,configurable:!0});
!(function(n){var e=(function(){function n(n,e){return n}function e(n){var e={};return n.forEach(function(n,r){e[n]=!0}),e}function r(n,r,c){var l=t(n,r);if(l)return l;var f=Object.keys(r),p=e(f);if(v(r)&&(f.indexOf('message')>=0||f.indexOf('description')>=0))return o(r);if(0===f.length){if(d(r)){var s=r.name?': '+r.name:'';return n.stylize('[Function'+s+']','special')}if(g(r))return n.stylize(RegExp.prototype.toString.call(r),'regexp');if(y(r))return n.stylize(Date.prototype.toString.call(r),'date');if(v(r))return o(r)}var h,b,j='',m=!1,O=['{','}'];(h=r,Array.isArray(h)&&(m=!0,O=['[',']']),d(r))&&(j=' [Function'+(r.name?': '+r.name:'')+']');return g(r)&&(j=' '+RegExp.prototype.toString.call(r)),y(r)&&(j=' '+Date.prototype.toUTCString.call(r)),v(r)&&(j=' '+o(r)),0!==f.length||m&&0!=r.length?c<0?g(r)?n.stylize(RegExp.prototype.toString.call(r),'regexp'):n.stylize('[Object]','special'):(n.seen.push(r),b=m?i(n,r,c,p,f):f.map(function(e){return u(n,r,c,p,e,m)}),n.seen.pop(),a(b,j,O)):O[0]+j+O[1]}function t(n,e){if(p(e))return n.stylize('undefined','undefined');if('string'==typeof e){var r="'"+JSON.stringify(e).replace(/^"|"$/g,'').replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return n.stylize(r,'string')}return f(e)?n.stylize(''+e,'number'):c(e)?n.stylize(''+e,'boolean'):l(e)?n.stylize('null','null'):void 0}function o(n){return'['+Error.prototype.toString.call(n)+']'}function i(n,e,r,t,o){for(var i=[],a=0,c=e.length;a<c;++a)b(e,String(a))?i.push(u(n,e,r,t,String(a),!0)):i.push('');return o.forEach(function(o){o.match(/^\d+$/)||i.push(u(n,e,r,t,o,!0))}),i}function u(n,e,t,o,i,u){var a,c,f;if((f=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]}).get?c=f.set?n.stylize('[Getter/Setter]','special'):n.stylize('[Getter]','special'):f.set&&(c=n.stylize('[Setter]','special')),b(o,i)||(a='['+i+']'),c||(n.seen.indexOf(f.value)<0?(c=l(t)?r(n,f.value,null):r(n,f.value,t-1)).indexOf('\n')>-1&&(c=u?c.split('\n').map(function(n){return'  '+n}).join('\n').substr(2):'\n'+c.split('\n').map(function(n){return'   '+n}).join('\n')):c=n.stylize('[Circular]','special')),p(a)){if(u&&i.match(/^\d+$/))return c;(a=JSON.stringify(''+i)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.substr(1,a.length-2),a=n.stylize(a,'name')):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=n.stylize(a,'string'))}return a+': '+c}function a(n,e,r){return n.reduce(function(n,e){return 0,e.indexOf('\n')>=0&&0,n+e.replace(/\u001b\[\d\d?m/g,'').length+1},0)>60?r[0]+(''===e?'':e+'\n ')+' '+n.join(',\n  ')+' '+r[1]:r[0]+e+' '+n.join(', ')+' '+r[1]}function c(n){return'boolean'==typeof n}function l(n){return null===n}function f(n){return'number'==typeof n}function p(n){return void 0===n}function g(n){return s(n)&&'[object RegExp]'===h(n)}function s(n){return'object'==typeof n&&null!==n}function y(n){return s(n)&&'[object Date]'===h(n)}function v(n){return s(n)&&('[object Error]'===h(n)||n instanceof Error)}function d(n){return'function'==typeof n}function h(n){return Object.prototype.toString.call(n)}function b(n,e){return Object.prototype.hasOwnProperty.call(n,e)}return function(e,t){return r({seen:[],stylize:n},e,t.depth)}})(),r='(index)',t={trace:0,info:1,warn:2,error:3},o=[];o[t.trace]='debug',o[t.info]='log',o[t.warn]='warning',o[t.error]='error';var i=__DEV__?2:1;function u(r){return function(){var u;u=1===arguments.length&&'string'==typeof arguments[0]?arguments[0]:Array.prototype.map.call(arguments,function(n){return e(n,{depth:2})}).join(', ');var a=r;'Warning: '===u.slice(0,9)&&a>=t.error&&(a=t.warn),n.__inspectorLog&&n.__inspectorLog(o[a],u,[].slice.call(arguments),i),p.length&&(u=g('',u)),n.nativeLoggingHook(u,a)}}function a(n,e){return Array.apply(null,Array(e)).map(function(){return n})}var c="\u2502",l="\u2510",f="\u2518",p=[];function g(n,e){return p.join('')+n+' '+(e||'')}if(n.nativeLoggingHook){var s=n.console;if(__DEV__&&s){var y=Object.getOwnPropertyDescriptor(n,'console');y&&Object.defineProperty(n,'originalConsole',y)}n.console={error:u(t.error),info:u(t.info),log:u(t.info),warn:u(t.warn),trace:u(t.trace),debug:u(t.trace),table:function(e){if(!Array.isArray(e)){var o=e;for(var i in e=[],o)if(o.hasOwnProperty(i)){var u=o[i];u[r]=i,e.push(u)}}if(0!==e.length){var c=Object.keys(e[0]).sort(),l=[],f=[];c.forEach(function(n,r){f[r]=n.length;for(var t=0;t<e.length;t++){var o=(e[t][n]||'?').toString();l[t]=l[t]||[],l[t][r]=o,f[r]=Math.max(f[r],o.length)}});for(var p=y(f.map(function(n){return a('-',n).join('')}),'-'),g=[y(c),p],s=0;s<e.length;s++)g.push(y(l[s]));n.nativeLoggingHook('\n'+g.join('\n'),t.info)}else n.nativeLoggingHook('',t.info);function y(n,e){var r=n.map(function(n,e){return n+a(' ',f[e]-n.length).join('')});return e=e||' ',r.join(e+'|'+e)}},group:function(e){n.nativeLoggingHook(g(l,e),t.info),p.push(c)},groupEnd:function(){p.pop(),n.nativeLoggingHook(g(f),t.info)},groupCollapsed:function(e){n.nativeLoggingHook(g(f,e),t.info),p.push(c)}},__DEV__&&s&&(Object.keys(console).forEach(function(n){var e=console[n];s[n]&&(console[n]=function(){s[n].apply(s,arguments),e.apply(console,arguments)})}),['assert','clear','dir','dirxml','groupCollapsed','profile','profileEnd'].forEach(function(n){'function'==typeof s[n]&&(console[n]=function(){s[n].apply(s,arguments)})}))}else if(!n.console){var v=n.print||function(){};n.console={error:v,info:v,log:v,warn:v,trace:v,debug:v,table:v}}})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this);
!(function(n){var r=0,t=function(n){throw n},u={setGlobalHandler:function(n){t=n},getGlobalHandler:function(){return t},reportError:function(n){t&&t(n)},reportFatalError:function(n){t&&t(n,!0)},applyWithGuard:function(n,t,o){try{return r++,n.apply(t,o)}catch(n){u.reportError(n)}finally{r--}return null},applyWithGuardIfNeeded:function(n,r,t){return u.inGuard()?n.apply(r,t):(u.applyWithGuard(n,r,t),null)},inGuard:function(){return r},guard:function(n,r,t){if('function'!=typeof n)return console.warn('A function must be passed to ErrorUtils.guard, got ',n),null;return r=r||n.name||'<generated guard>',function(){return u.applyWithGuard(n,t||this,arguments,null,r)}}};n.ErrorUtils=u})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this);
!(function(e){if(void 0===Number.EPSILON&&Object.defineProperty(Number,'EPSILON',{value:Math.pow(2,-52)}),void 0===Number.MAX_SAFE_INTEGER&&Object.defineProperty(Number,'MAX_SAFE_INTEGER',{value:Math.pow(2,53)-1}),void 0===Number.MIN_SAFE_INTEGER&&Object.defineProperty(Number,'MIN_SAFE_INTEGER',{value:-(Math.pow(2,53)-1)}),!Number.isNaN){var r=e.isNaN;Object.defineProperty(Number,'isNaN',{configurable:!0,enumerable:!1,value:function(e){return'number'==typeof e&&r(e)},writable:!0})}})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this);
'undefined'!=typeof global?global:'undefined'!=typeof window&&window,String.prototype.startsWith||(String.prototype.startsWith=function(t){'use strict';if(null==this)throw TypeError();var r=String(this),n=arguments.length>1&&Number(arguments[1])||0,i=Math.min(Math.max(n,0),r.length);return r.indexOf(String(t),n)===i}),String.prototype.endsWith||(String.prototype.endsWith=function(t){'use strict';if(null==this)throw TypeError();var r=String(this),n=r.length,i=String(t),e=arguments.length>1?Number(arguments[1])||0:n,o=Math.min(Math.max(e,0),n)-i.length;return!(o<0)&&r.lastIndexOf(i,o)===o}),String.prototype.repeat||(String.prototype.repeat=function(t){'use strict';if(null==this)throw TypeError();var r=String(this);if((t=Number(t)||0)<0||t===1/0)throw RangeError();if(1===t)return r;for(var n='';t;)1&t&&(n+=r),(t>>=1)&&(r+=r);return n}),String.prototype.includes||(String.prototype.includes=function(t,r){'use strict';return'number'!=typeof r&&(r=0),!(r+t.length>this.length)&&-1!==this.indexOf(t,r)}),String.prototype.codePointAt||(String.prototype.codePointAt=function(t){if(null==this)throw TypeError();var r=String(this),n=r.length,i=t?Number(t):0;if(Number.isNaN(i)&&(i=0),!(i<0||i>=n)){var e,o=r.charCodeAt(i);return o>=55296&&o<=56319&&n>i+1&&(e=r.charCodeAt(i+1))>=56320&&e<=57343?1024*(o-55296)+e-56320+65536:o}}),String.prototype.padEnd||(String.prototype.padEnd=function(t,r){return t>>=0,r=String(void 0!==r?r:' '),this.length>t?String(this):((t-=this.length)>r.length&&(r+=r.repeat(t/r.length)),String(this)+r.slice(0,t))}),String.prototype.padStart||(String.prototype.padStart=function(t,r){return t>>=0,r=String(void 0!==r?r:' '),this.length>t?String(this):((t-=this.length)>r.length&&(r+=r.repeat(t/r.length)),r.slice(0,t)+String(this))});
!(function(e){function r(e,r){if(null==this)throw new TypeError('Array.prototype.findIndex called on null or undefined');if('function'!=typeof e)throw new TypeError('predicate must be a function');for(var n=Object(this),t=n.length>>>0,o=0;o<t;o++)if(e.call(r,n[o],o,n))return o;return-1}Array.prototype.findIndex||Object.defineProperty(Array.prototype,'findIndex',{enumerable:!1,writable:!0,configurable:!0,value:r}),Array.prototype.find||Object.defineProperty(Array.prototype,'find',{enumerable:!1,writable:!0,configurable:!0,value:function(e,n){if(null==this)throw new TypeError('Array.prototype.find called on null or undefined');var t=r.call(this,e,n);return-1===t?void 0:this[t]}}),Array.prototype.includes||Object.defineProperty(Array.prototype,'includes',{enumerable:!1,writable:!0,configurable:!0,value:function(e){var r=Object(this),n=parseInt(r.length)||0;if(0===n)return!1;var t,o,i=parseInt(arguments[1])||0;for(i>=0?t=i:(t=n+i)<0&&(t=0);t<n;){if(e===(o=r[t])||e!=e&&o!=o)return!0;t++}return!1}})})('undefined'!=typeof global?global:'undefined'!=typeof window&&window);
'undefined'!=typeof global?global:'undefined'!=typeof window&&window,Array.from||(Array.from=function(n){if(null==n)throw new TypeError('Object is null or undefined');var o,e,t=arguments[1],r=arguments[2],f=this,i=Object(n),l='function'==typeof Symbol&&"function"==typeof Symbol?Symbol.iterator:'@@iterator',u='function'==typeof t,y=0;if('function'==typeof i[l]){o='function'==typeof f?new f:[];for(var a,c=i[l]();!(a=c.next()).done;)e=a.value,u&&(e=t.call(r,e,y)),o[y]=e,y+=1;return o.length=y,o}var d=i.length;for((isNaN(d)||d<0)&&(d=0),o='function'==typeof f?new f(d):new Array(d);y<d;)e=i[y],u&&(e=t.call(r,e,y)),o[y]=e,y+=1;return o.length=y,o});
'undefined'!=typeof global?global:'undefined'!=typeof window&&window,(function(){'use strict';var e=Object.prototype.hasOwnProperty;'function'!=typeof Object.entries&&(Object.entries=function(n){if(null==n)throw new TypeError('Object.entries called on non-object');var t=[];for(var o in n)e.call(n,o)&&t.push([o,n[o]]);return t}),'function'!=typeof Object.values&&(Object.values=function(n){if(null==n)throw new TypeError('Object.values called on non-object');var t=[];for(var o in n)e.call(n,o)&&t.push(n[o]);return t})})();
__d(function(g,r,i,a,m,e,d){m.exports=r(d[0],"/Users/matt/dev/partridge/partridge/packages/partridge-client-mobile/node_modules/react-native/Libraries/Image/AssetRegistry").registerAsset({__packager_asset:!0,httpServerLocation:"/assets/__generated__",scales:[1],hash:"d0c7e12a0f1264322040da365140ac54",name:"AppEntry",type:"js",fileHashes:["d0c7e12a0f1264322040da365140ac54"]})},0,[1],"__generated__/AppEntry.js");
__d(function(g,r,i,a,m,e,d){m.exports=r(d[0],"/Users/matt/dev/partridge/partridge/packages/partridge-client-mobile/node_modules/react-native/Libraries/Image/AssetRegistry").registerAsset({__packager_asset:!0,httpServerLocation:"/assets/node_modules/react-native/Libraries/Image",scales:[1],hash:"5c01ef1102cd32992cedf1d41b3277c5",name:"AssetRegistry",type:"js",fileHashes:["5c01ef1102cd32992cedf1d41b3277c5"]})},1,[1],"node_modules/react-native/Libraries/Image/AssetRegistry.js");
__r(0);
//# sourceMappingURL=http://192.168.43.95:19001/__generated__/AppEntry.map?platform=android&dev=true&minify=true&hot=false

All referenced filepaths within the outputted file seem to exist on fs. I have tried to disable minification for more insight without success(?). Seems to be result of the __d call there before the .registryAsset call.

Completely stumped by this. Any help would be great.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.