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

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 50

  • @wcandillon
    @wcandillon  2 ปีที่แล้ว +3

    Here's an updated version of the tutorial: th-cam.com/video/xeLdmn3se1I/w-d-xo.html

  • @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

  • @glendonphilippbaculio1811
    @glendonphilippbaculio1811 4 ปีที่แล้ว +1

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

  • @Galshi
    @Galshi 4 ปีที่แล้ว +3

    ❤️

    • @wcandillon
      @wcandillon  4 ปีที่แล้ว +2

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

    • @Galshi
      @Galshi 4 ปีที่แล้ว +1

      @@wcandillon Merci à toi Will ! :D

  • @normanaranez323
    @normanaranez323 4 ปีที่แล้ว +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

    • @abhisheksah
      @abhisheksah 4 ปีที่แล้ว +1

      check ben awad's videos

  • @GovindSingh-v5q
    @GovindSingh-v5q ปีที่แล้ว +1

    Also how to add Y-axis coordinate in the graph

  • @danielmiranda7315
    @danielmiranda7315 4 ปีที่แล้ว +2

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

  • @Adarsh-mn7pl
    @Adarsh-mn7pl 4 ปีที่แล้ว +4

    YES
    IT CAN BE DONE

  • @trenthm
    @trenthm 3 ปีที่แล้ว

    Fantastic video!

  • @Juju-ch5it
    @Juju-ch5it 4 ปีที่แล้ว +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' 🙁

  • @saisuryatejanune1538
    @saisuryatejanune1538 2 ปีที่แล้ว

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

  • @clemensphilipse901
    @clemensphilipse901 4 ปีที่แล้ว

    Truly remarkable

  • @Gustavo-bi4hv
    @Gustavo-bi4hv 2 ปีที่แล้ว +1

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

    • @wcandillon
      @wcandillon  2 ปีที่แล้ว +1

      it's coming soon :)

  • @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?

  • @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?

  • @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: th-cam.com/video/xeLdmn3se1I/w-d-xo.html

  • @hiddeweiss
    @hiddeweiss 3 ปีที่แล้ว

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

  • @bouthouri
    @bouthouri 4 ปีที่แล้ว

    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!

  • @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: th-cam.com/video/xeLdmn3se1I/w-d-xo.html

  • @glendonphilippbaculio1811
    @glendonphilippbaculio1811 3 ปีที่แล้ว

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

  • @campsafari3000
    @campsafari3000 4 ปีที่แล้ว

    Love those videos

  • @halilbakilan
    @halilbakilan 3 ปีที่แล้ว

    How to make zoom in chart?

  • @devaview5883
    @devaview5883 4 ปีที่แล้ว

    Excellent ❤️

  • @miqbal3858
    @miqbal3858 4 ปีที่แล้ว +1

    Thx william.. 🔥

  • @victortodoran1828
    @victortodoran1828 4 ปีที่แล้ว

    Amazing content

  • @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!

  • @GovindSingh-v5q
    @GovindSingh-v5q ปีที่แล้ว

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

  • @ricardotech
    @ricardotech 3 ปีที่แล้ว

    Great!

  • @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 4 ปีที่แล้ว

    thanks, William

  • @rafacanical
    @rafacanical 4 ปีที่แล้ว

    Hi William, do you use Expo?

  • @supesetle
    @supesetle 4 ปีที่แล้ว +5

  • @max72122
    @max72122 3 ปีที่แล้ว +1

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

  • @Elementdsoul
    @Elementdsoul 4 ปีที่แล้ว

    nice vid

  • @vitorizkiimanda3140
    @vitorizkiimanda3140 4 ปีที่แล้ว

    yes please

  • @mitexz
    @mitexz 3 ปีที่แล้ว

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

  • @AndersonSilvaMMA
    @AndersonSilvaMMA 4 ปีที่แล้ว

    Sure