react-native-source-maps
react-native-source-maps copied to clipboard
Utilities to easily add support of Source Maps to your React Native project
As per https://stackoverflow.com/a/49487208/4157606 you could just extend extraBuildArgs to avoid modifying the node_module files.
Exception in HostFunction:Malformed calls from JS: field sizes are different. React-native version is 6.0
I am getting this error when doing await getStackTrace(e); Unhandled JS Exception: JS Functions are not convertible to dynamic no stack I am running react 0.59.10
Update, source-maps can now be built without modifying any react-native scripts + make them smaller
Hi, I would like to share a better way to build source-maps for your App, without having to modify or copy any react-native scripts in the node_modules folder. For android,...
How would one go about modifying the android bundle script in order to generate the sourcemap?
Hi, I didn't find any reference to it, but I think the package has a (native) dependency on `react-native-fs`. If so, I think we should add this to the `README`...