react-native-source-maps icon indicating copy to clipboard operation
react-native-source-maps copied to clipboard

Utilities to easily add support of Source Maps to your React Native project

Results 7 react-native-source-maps issues
Sort by recently updated
recently updated
newest added

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

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`...