You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, {
The text was updated successfully, but these errors were encountered:
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:
You may need an additional loader to handle the result of these loaders.
| useEffect(() => {
| setImage(
|> <ImageComponent
| {...props}
| style={[props.style, {
The text was updated successfully, but these errors were encountered: