Code Monkey home page Code Monkey logo

Comments (19)

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@suraj-epsumlabs i think you have 2 versions of react-native-svg install in your project. Please install the one which is in the dependency of this module.

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

It looks like there hasn’t been any recent activity on this issue in some time, so I’m closing it. If this is still a problem, feel free to re-open a new issue and I’d be happy to help 👍

from react-native-d3multiline-chart.

JTavares95 avatar JTavares95 commented on June 12, 2024

+1

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@JTavares95 what is the version of react-native-svg and was there any react-native-svg version already available in your project ?

from react-native-d3multiline-chart.

JTavares95 avatar JTavares95 commented on June 12, 2024

this is my dependencies list
"dependencies": { "moment": "^2.20.1", "react": "16.2.0", "react-native": "0.53.0", "react-native-config": "^0.11.5", "react-native-d3multiline-chart": "^1.0.18", "react-native-datepicker-dialog": "^0.0.9", "react-native-elements": "^0.19.0", "react-native-modal-picker": "^0.0.16", "react-native-multiple-select": "^0.4.1", "react-native-svg": "^6.3.1", "react-native-svg-charts": "^4.2.0", "react-native-switch-selector": "^1.1.5", "react-native-vector-icons": "^4.5.0", "react-navigation": "^1.0.3", "react-navigation-redux-helpers": "^1.0.1", "react-redux": "^5.0.6", "redux": "^3.7.2", "redux-logger": "^3.0.6" },
before i installed this library, i had already react-native-svg

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@JTavares95 try react-native-svg: 5.4.1 and let me know if you still face any problem.

from react-native-d3multiline-chart.

JTavares95 avatar JTavares95 commented on June 12, 2024

@codesinghanoop just change the version?

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@JTavares95 and run npm install and react-native link.

from react-native-d3multiline-chart.

JTavares95 avatar JTavares95 commented on June 12, 2024

@codesinghanoop problem remains...

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@JTavares95 remove react-native-svg folder from the node_modules folder and run react-native unlink react-native-svg from root dir of your project and make a fresh try of integrating react-native-svg version:- 5.4.1

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@JTavares95 react-native-svg is the peer dependency of this project. So you have to use 5.4.1 version.

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@JTavares95 https://github.com/react-native-community/react-native-svg#notice this will help you understand the version issue.

from react-native-d3multiline-chart.

JTavares95 avatar JTavares95 commented on June 12, 2024

@codesinghanoop i can't make this work....
i've installed the 5.4.1 version but it doesn't work

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@JTavares95 please show me your package.json

from react-native-d3multiline-chart.

JTavares95 avatar JTavares95 commented on June 12, 2024

@codesinghanoop
`
{
"name": "finance_app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"moment": "^2.20.1",
"react": "16.2.0",
"react-native": "0.53.0",
"react-native-config": "^0.11.5",
"react-native-d3multiline-chart": "^1.0.18",
"react-native-datepicker-dialog": "^0.0.9",
"react-native-elements": "^0.19.0",
"react-native-modal-picker": "^0.0.16",
"react-native-multiple-select": "^0.4.1",
"react-native-svg": "5.4.1",
"react-native-svg-charts": "^4.2.0",
"react-native-switch-selector": "^1.1.5",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.3",
"react-navigation-redux-helpers": "^1.0.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"babel-jest": "22.2.2",
"babel-preset-react-native": "4.0.0",
"jest": "22.2.2",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./app/assets/fonts/"
]
}
}

`

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@JTavares95 change your react version to react == 16.0.0.

from react-native-d3multiline-chart.

JTavares95 avatar JTavares95 commented on June 12, 2024

@codesinghanoop
finally, it's working
i did 'yarn install svg-path-properties'

from react-native-d3multiline-chart.

codesinghanoop avatar codesinghanoop commented on June 12, 2024

@JTavares95 sounds good.

from react-native-d3multiline-chart.

Ahmad5448 avatar Ahmad5448 commented on June 12, 2024

I installed but it says type error :t is not an object evaluating (I in t)
what's this bro ???

from react-native-d3multiline-chart.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.