react-native-markdown-editor icon indicating copy to clipboard operation
react-native-markdown-editor copied to clipboard

RN 0.72.3 + Expo 49 Typescript - Is it still maintained or abandoned?

Open matsyui opened this issue 2 years ago • 2 comments

I am trying to install it:

PS D:\XXXXXXXXXXXXXX> npm install --save react-native-markdown-editor
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"^18.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"16.0.0-alpha.12" from [email protected]
npm ERR! node_modules/react-native-markdown-editor
npm ERR!   react-native-markdown-editor@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!

Packages:

{
  //other...
  "dependencies": {
     //other...
    "@types/react-dom": "^18.2.18",
    "expo": "49.0.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-native": "0.72.3",
    "react-native-webview": "^13.6.3",
  },
  "devDependencies": {
     //other...
    "@babel/core": "7.19.3",
    "@types/react": "^18.2.45",
    "@types/react-native": "0.72.2",
    "typescript": "5.0.2"
  }
}

matsyui avatar Dec 18 '23 04:12 matsyui

also tried npm install react-native-markdown-editor@latest just incase i am not pulling the latest, this lib doesnt support react 18 ?

matsyui avatar Dec 18 '23 04:12 matsyui

I don't think this is maintained anymore

abanobmikaeel avatar Feb 01 '24 01:02 abanobmikaeel