React Native Animated Circular Progress Bar With Reanimated 3 and Skia

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

КОМЕНТАРІ • 19

  • @yashjadhav6838
    @yashjadhav6838 11 місяців тому

    Awaiting next video

  • @Lucifer-yo8ts
    @Lucifer-yo8ts 10 місяців тому +1

    Thanks for the video can you tell which extensions you use ?

    • @rakhawibowo
      @rakhawibowo  10 місяців тому

      Hey, thanks for watching this video. What extension are you referring to ?

    • @Lucifer-yo8ts
      @Lucifer-yo8ts 10 місяців тому

      @@rakhawibowo hey 😅 i was asking you which extension you use in coding for me !!

  • @raymondmichael4987
    @raymondmichael4987 10 місяців тому

    Good one bro

  • @imam_robani
    @imam_robani 11 місяців тому

    Cool bro

    • @rakhawibowo
      @rakhawibowo  11 місяців тому

      Thank you so much mas!!!

  • @ryzs_
    @ryzs_ 9 місяців тому

    Cool! The first time looking at somebody using Skia RN, I thought u gonna use SVG, I did the same thing with SVG.... after seeing this video Skia is much simpler right haha

    • @rakhawibowo
      @rakhawibowo  8 місяців тому

      I know right, animating Skia with Reanimated is so simple!!!

  • @lakhanpurohit6969
    @lakhanpurohit6969 11 місяців тому

    As always your video sir really helpful.
    And i tried a tutorial that teach the skia from the start but i couldn't find anyone. Could u make it sir. Plz

    • @rakhawibowo
      @rakhawibowo  10 місяців тому

      Hey, thank you!!!
      You can read this article about Getting Started with React Native Skia
      shopify.engineering/getting-started-with-react-native-skia

  • @KaitoAoki
    @KaitoAoki 7 місяців тому

    Has measureText been discontinued?

    • @rakhawibowo
      @rakhawibowo  6 місяців тому

      Hey, sorry for the late reply. For the latest Skia version (v1.2.3), measureText can still be used and hasn't been deprecated yet

  • @gnom-om
    @gnom-om 11 місяців тому

    is any benefits of Skia?

    • @rakhawibowo
      @rakhawibowo  11 місяців тому

      Hey, Skia is a high performance 2D graphics engine, you can do a lot of things with this, for details you can read the documentation, and very easy to integrate with reanimated to create fluid animations

    • @gnom-om
      @gnom-om 11 місяців тому

      @@rakhawibowo i mane any benefits for creating simple progress bars )

    • @rakhawibowo
      @rakhawibowo  11 місяців тому

      @@gnom-om If the question is the benefits of create a simple circular progress bar, the answer is that circular progress bars can be used for many things, for example loaders, download indicators, goals indicators, IoT stuff such as temperature, humidity and so on.

    • @rakhawibowo
      @rakhawibowo  11 місяців тому

      @@gnom-om but if the question is why use Skia just to create a simple circular progress bars, the answer is the same as before because Skia can provide high performance for creating 2D graphics and is very easy to integrate with reanimated for animations.