react-native-scalable-image icon indicating copy to clipboard operation
react-native-scalable-image copied to clipboard

Not compatible with react-native-web

Open jlpujante opened this issue 3 years ago • 0 comments

The lib is not compatible to be used in a monorepo with react-native-web. Here is the error:

ERROR in ./node_modules/react-native-scalable-image/index.js 43:12 Module parse failed: Unexpected token (43:12) File was processed with these loaders:

  • ./node_modules/source-map-loader/dist/cjs.js You may need an additional loader to handle the result of these loaders. | useEffect(() => { | setImage( |> <ImageComponent | {...props} | style={[props.style, {

jlpujante avatar Jan 13 '22 17:01 jlpujante