Rainbow Charts - “Can it be done in React Native?”

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 50

  • @wcandillon
    @wcandillon  2 роки тому +3

    Here's an updated version of the tutorial: ua-cam.com/video/xeLdmn3se1I/v-deo.html

  • @GovindSingh-v5q
    @GovindSingh-v5q 10 місяців тому +1

    Also how to add Y-axis coordinate in the graph

  • @devaview5883
    @devaview5883 3 роки тому

    Excellent ❤️

  • @ricardotech
    @ricardotech 3 роки тому

    Great!

  • @AndersonSilvaMMA
    @AndersonSilvaMMA 3 роки тому

    Sure

  • @halilbakilan
    @halilbakilan 3 роки тому

    How to make zoom in chart?

  • @normanaranez323
    @normanaranez323 3 роки тому +9

    Hi William, can you also cover the graphql in react native? I know it is not inline with UI. Thanks for giving a lot idea with react native

  • @max72122
    @max72122 3 роки тому +1

    who else thinks you look very similar to shawn evans the host of First We Feast?

  • @GovindSingh-v5q
    @GovindSingh-v5q 10 місяців тому

    Hello @William Candillon I want add Timestamp also with value please help

  • @danielmiranda7315
    @danielmiranda7315 3 роки тому +2

    How do you keep the same number of Bézier curves when you have datasets with different number of points?

  • @Juju-ch5it
    @Juju-ch5it 3 роки тому +3

    Love your vids. For useSharedValue constants I am getting an error 'TypeError: No default value' and 'TypeError: Object.values requires that input parameter not be null or undefined' 🙁

  • @Adarsh-mn7pl
    @Adarsh-mn7pl 3 роки тому +4

    YES
    IT CAN BE DONE

  • @alecmather
    @alecmather 2 роки тому +1

    Dude you are literally THE MAN!! Love your videos, you have such a positive attitude and explain things very clearly. Can't wait for more

  • @supesetle
    @supesetle 3 роки тому +5

  • @Gustavo-bi4hv
    @Gustavo-bi4hv 2 роки тому +1

    Can you do a similar chart using RN skia? Would be nice

  • @glendonphilippbaculio1811
    @glendonphilippbaculio1811 3 роки тому +1

    Yes is always the answer! thanks so much for sharing your knowledge :)

  • @Galshi
    @Galshi 3 роки тому +3

    ❤️

    • @wcandillon
      @wcandillon  3 роки тому +2

      Thank You guys from helping content creators such as myself. Talking about a french connection 😉

    • @Galshi
      @Galshi 3 роки тому +1

      @@wcandillon Merci à toi Will ! :D

  • @saisuryatejanune1538
    @saisuryatejanune1538 2 роки тому

    Could anyone guide me on how to make the line gradient?? Thanks in advance!

  • @kailashbihani6721
    @kailashbihani6721 3 роки тому

    Hi William,
    Thanks for sharing this awesome tutorial.
    I had 1 query. When calling mixPath with d: mixPath(transition.value, previous.value.path, current.value.path), I am getting an error:
    Cannot read property 'path' of undefined. I did a console log of these values and the value for previous was the data object itself and not having data inside property. Used the exact code as shown in the video. Any idea why that might be happening?

  • @hiddeweiss
    @hiddeweiss 3 роки тому

    does the example data you use come from an API? if so which api?

  • @miqbal3858
    @miqbal3858 3 роки тому +1

    Thx william.. 🔥

  • @glendonphilippbaculio1811
    @glendonphilippbaculio1811 3 роки тому

    can u make rotating globe in d3 geo in rn and zoom to pinch, rotate x and y axis?

  • @alvarobyrne
    @alvarobyrne 3 роки тому

    Hey I like your channel and videos very much! Thanks for great content: would like to know if the 'y' shared value is 'drilling' / is being 'drilled' down to the component?

  • @alecmather
    @alecmather 2 роки тому

    How much more complicated does this get if I'm transitioning between lines that have a different number of points?

    • @wcandillon
      @wcandillon  2 роки тому +1

      you might be looking at libraries like notoriousb1t.github.io/polymorph-docs/about.html to prepare the path. Also this is a somewhat updated version of the tutorial: ua-cam.com/video/xeLdmn3se1I/v-deo.html

  • @jefriaritambunan2796
    @jefriaritambunan2796 2 роки тому

    hey william, I've downloaded Season 4 -> Rainbow Folder, and I ran yarn install but the project cannot start at all but errors. Any suggestions to run this Rainbow project ?

    • @wcandillon
      @wcandillon  2 роки тому

      this is an updated version of this tutorial: ua-cam.com/video/xeLdmn3se1I/v-deo.html

  • @bouthouri
    @bouthouri 3 роки тому

    Good job William!
    What tool are you using for your screen recording?
    Are you using a green background or is it your real office?
    Nice video it’s really cool!

  • @mitexz
    @mitexz 2 роки тому

    zen(then), eez(this),zeez(these) 😉😁

  • @trenthm
    @trenthm 3 роки тому

    Fantastic video!

  • @arnolddevmode9603
    @arnolddevmode9603 3 роки тому

    whats with the ReText? why not just use Text component from react native?

    • @brucehe9517
      @brucehe9517 3 роки тому

      ReText takes reanimated value and will update the screen immediately when the animated value changed. However, if you wrap animated value with , the screen would not know it changed therefore updated value would not get displayed.
      const price = useDerivedValue(() => {
      const x = getYForX(graphs[index.value].data.path, translation.x.value);
      const p = interpolate(
      x,
      [0, SIZE],
      [graphs[index.value].data.minPrice, graphs[index.value].data.maxPrice],
      );

  • @yasirnajeep
    @yasirnajeep 3 роки тому

    thanks, William

  • @campsafari3000
    @campsafari3000 3 роки тому

    Love those videos

  • @victortodoran1828
    @victortodoran1828 3 роки тому

    Amazing content

  • @clemensphilipse901
    @clemensphilipse901 3 роки тому

    Truly remarkable

  • @vitorizkiimanda3140
    @vitorizkiimanda3140 3 роки тому

    yes please

  • @Elementdsoul
    @Elementdsoul 3 роки тому

    nice vid

  • @denisvasenkov1809
    @denisvasenkov1809 3 роки тому

    Great video.
    I have a question how can I add a gradient below the line?

    • @youssefalakkad6146
      @youssefalakkad6146 3 роки тому

      you need to import : import Svg, {Path, Defs, LinearGradient, Stop} from 'react-native-svg';
      then declare :
      const Gradient = () => (



      );
      and to finish just add :

    • @denisvasenkov1809
      @denisvasenkov1809 3 роки тому

      @@youssefalakkad6146 Thank you!

  • @rafacanical
    @rafacanical 3 роки тому

    Hi William, do you use Expo?