react-native-copilot icon indicating copy to clipboard operation
react-native-copilot copied to clipboard

Problem with react native svg

Open Mateusas3s opened this issue 4 years ago • 1 comments

Current Behavior I'm having problems using react-native-copilot, being more specific, in react-native-svg. If I normally install the latest version available (11.0.1), this error occurs:

WhatsApp Image 2020-01-20 at 22 37 37 (3) WhatsApp Image 2020-01-20 at 22 37 37 (2) WhatsApp Image 2020-01-20 at 22 37 37 (1) WhatsApp Image 2020-01-20 at 22 37 37 WhatsApp Image 2020-01-20 at 22 37 38

In this way I tried to install previous versions, like the react-native-svg version 9.13.3, for example, but another error occurred:

WhatsApp Image 2020-01-20 at 22 37 14 (2) WhatsApp Image 2020-01-20 at 22 37 14 (1) WhatsApp Image 2020-01-20 at 22 37 14

Input Code

  • REPL or Repo link if applicable:

This is my repo: copilot-test

Environment "dependencies": { "expo": "~36.0.0", "react": "~16.9.0", "react-dom": "~16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", "react-native-copilot": "^2.4.6", "react-native-svg": "^11.0.1", "react-native-web": "~0.11.7" },

Mateusas3s avatar Jan 21 '20 02:01 Mateusas3s

You have to downgrade react-native-svg to version 9.13.3

EzequielMonteleone avatar Feb 07 '20 19:02 EzequielMonteleone