React Native Animated Circular Progress Bar With Reanimated 3 and Skia

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 19

  • @yashjadhav6838
    @yashjadhav6838 Год назад

    Awaiting next video

  • @Lucifer-yo8ts
    @Lucifer-yo8ts 11 месяцев назад +1

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

    • @rakhawibowo
      @rakhawibowo  11 месяцев назад

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

    • @Lucifer-yo8ts
      @Lucifer-yo8ts 11 месяцев назад

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

  • @raymondmichael4987
    @raymondmichael4987 11 месяцев назад

    Good one bro

  • @imam_robani
    @imam_robani Год назад

    Cool bro

  • @ryzs_
    @ryzs_ 10 месяцев назад

    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  9 месяцев назад

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

  • @lakhanpurohit6969
    @lakhanpurohit6969 Год назад

    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  11 месяцев назад

      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  7 месяцев назад

      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 Год назад

    is any benefits of Skia?

    • @rakhawibowo
      @rakhawibowo  Год назад

      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 Год назад

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

    • @rakhawibowo
      @rakhawibowo  Год назад

      @@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  Год назад

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