mohebifar / mohebifar/react-native-copilot
Problem with react native svg
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
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:





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



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"
},
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked copilot-test repository and its package dependencies, reproducing the failures on Expo SDK 36 with react-native-copilot 2.4.6 and react-native-svg 11.0.1. Compare the reported failures with the older SVG version and inspect the compatibility boundary between the packages. Done means a confirmed supported dependency combination or a documented, tested fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100