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
When installing SHOPIFY Polaris viz native in a expo project, the React Native SVG included in the node modules of Polaris-viz-native clashes with the package included by default with expo.
Expected behavior
No clashes
Actual behavior
App fails on build time quoting a RNSVG error, short term solution is to add react native svg to resolutions in package.json.
Steps to reproduce the problem
Install shopify polaris viz native in a fresh expo project, add a chart and run build.
The text was updated successfully, but these errors were encountered:
Bug summary
When installing SHOPIFY Polaris viz native in a expo project, the React Native SVG included in the node modules of Polaris-viz-native clashes with the package included by default with expo.
Expected behavior
No clashes
Actual behavior
App fails on build time quoting a RNSVG error, short term solution is to add react native svg to resolutions in package.json.
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: