ios simulator screenshot - console warning
When running my react-native application on the iOS Simulator, in the Console Warning, I cannot view the source as the message says:
This call stack is not symbolicated. Some features are unavailable such as viewing the function name or tapping to open files.
The react-native docs on symbolication are not really helpful in my case, as I cannot see how they relate (react-native/symbolication)
What I need, is a view of the source of the problem like in this attached screenshot
iOS Simulator with readable source (source: github/react-native-community/issue-69 😏)
Is there anything I can change in my configs/project or is that just wishful thinking?
Many thanks!