Right now the whole Javascript stack trace is based on the index.bundle js which does not really help in tracing down to which file + line of the source code file the error comes from. It would be more ideal if we take reference from the sourcemap file
If this is resolved, then it will be a great help for all React Native Developers. As this is one of the challenge to trace the crash issue in firebase for React Native application.