Tomás Altrui

Results 3 comments of Tomás Altrui

Hi @waltjones ! Of course: The sourcemap is generated in an XCode build phase, I've tried a few things: Without Hermes: ``` export NODE_BINARY=node export PROJECT_ROOT="${PROJECT_DIR}/../" export EXTRA_PACKAGER_ARGS="--sourcemap-output sourcemap.ios.js --entry-file...

Hi @waltjones, I've tried creating the sourcemap manually for Hermes, like this: ``` yarn react-native bundle --platform ios --dev false --entry-file index.js --bundle-output main.jsbundle --sourcemap-output main.jsbundle.map --sourcemap-sources-root ./ ios/Pods/hermes-engine/destroot/bin/hermesc -O...

Hi @waltjones thanks for your help! I was able to make it work with that regex.