A command line tool that wraps mozilla/source-map.
Inspect React Native App Crash with Source Map
npm install -g https://github.com/weironghuang31/source-map-lookup
# Simple input
source-map-lookup $filepath:$line:$column
# Multiple inputs
source-map-lookup $filepath "$ERROR_MESSAGE"
the error message has multiple @line:column