Instagram Stickers - “Can it be done in React Native?”

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

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

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

    Happy to see a new video in this series.

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

    Happy you posted a new video, they are by far the best react-native videos ;)

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

    J'adore cette série, ça me donne plein d'idée pour mes projets ! (j'adore aussi ton accent Français ahah)

  • @JoseGarcia-vr8mx
    @JoseGarcia-vr8mx ปีที่แล้ว

    William, thank you so much for creating this amazing video. keep doing the amazing work you are doing! 🙏🏽

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

    Your videos are awesome! Thank you for taking the time to share with everyone!
    One question. What about applying an offset whilst pinching? I can get an image to offset using the focal points but never to preserve the correct offset after the scaling is affected.

  • @account-vj2tx
    @account-vj2tx 11 หลายเดือนก่อน +1

    How could I place editable texts in the sticker location? With customizable fonts and colors? It could be an idea for the next video.

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

    Damn I missed your content!!

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

    That video is helpful and useful. I'm looking forward to a tutorial on how to create the animation for switching between light mode and dark mode, as demonstrated in your App.js Conf 2023 presentation. 😍

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

      I'm looking forward to that animation switch, looks great!

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

      yes this is still very much the plan :)

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

    Love it, I'm going to try this!

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

    Great content😬! Please what is the font used for the code in the intro part of the tutorial ?

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

      fonts.adobe.com/fonts/ellograph-cf

  • @martinwinther9006
    @martinwinther9006 11 หลายเดือนก่อน +1

    what version of skia can i use the matrix buffer ? :)

  • @ByteSound
    @ByteSound 10 หลายเดือนก่อน

    Hey Willam. Thanks for this, it helped a lot. One feedback, in the toM4 function of the matrix helpers, skewX and skewY should change places. So skewX should be at index 1 and skewY should be at index 4.

    • @wcandillon
      @wcandillon  10 หลายเดือนก่อน

      that's a great catch :)) we fixed it in the skia repo but not in this particular example will do it

  • @luizv
    @luizv 7 หลายเดือนก่อน

    What is the color scheme you use? Also loved how the rgb codes are color highlighted. It's an extension?

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

    What is the intro music please? Reminds me of Ratatat

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

    @William, how do you render 3d mockup of a phone in Remotion?

    • @wcandillon
      @wcandillon  ปีที่แล้ว

      rotato.app made in beautiful Zürich Switzerland too :)

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

    Great Video🎉 I'm happy

  • @bullettime2808
    @bullettime2808 11 หลายเดือนก่อน

    I'm just not able to understand this matrix stuff, would love to see a tutorial series that would teach us from the basics to advanced concepts of RN Skia and Gesture Handler

  • @bagusamrullah4371
    @bagusamrullah4371 ปีที่แล้ว

    Hi @William Candillon, amazing video as usual! I am wondering if we can insert "text" just like on the Instagram app ? Im still have not found the way to dynamically add text with react native skia .. Thank you !

    • @wcandillon
      @wcandillon  ปีที่แล้ว

      The way I would approach this would probably be to enter the text and style it with RN and then use this: shopify.github.io/react-native-skia/docs/snapshotviews. But you can also just save the text and display it with Skia (link in the description).

    • @bagusamrullah4371
      @bagusamrullah4371 ปีที่แล้ว

      awesome ! @@wcandillon I will try it out, much appreciated!

    • @bagusamrullah4371
      @bagusamrullah4371 ปีที่แล้ว

      Hi @wcandillon, is there any way for me to get the Matrix ? My usecase is to make the text moveable

  • @codefriendly8528
    @codefriendly8528 ปีที่แล้ว

    Hello William, thank you so much for creating this amazing video. Can you please explain me how to edit saved image? is this possible or not?

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

    Hi, new to react native here, thanks for sharing❤ I am wondering if I wanna add some self-made png/gif as stickers, is it possible?

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

      Welcome to the community 🙋🏼‍♂️ And you can absolutely use images. Skia has a component for that.

    • @ki18g
      @ki18g ปีที่แล้ว

      @@wcandillon that's nice, thx, trying out with your video🌞looking forward to learn more on RN

  • @myanch200
    @myanch200 5 หลายเดือนก่อน

    Has anyone managed to make the Gestures work. I can only move our my Stickers but can't rotate or resize :/

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

    what are these fonts ?

  • @bonnguyen2831
    @bonnguyen2831 ปีที่แล้ว

    how to call js function inside gesture, when i set .runOnJS(true), it crashed m.concat(matrix);

    • @bonnguyen2831
      @bonnguyen2831 ปีที่แล้ว

      th-cam.com/users/shorts1AqYswhlrGo
      I'm trying to handle removing the sticker when dragging to the corner of the screen, I managed to get around to that UI, but when I want to call the JS function inside .onEnd() it can't and I put runOnJS(true), I can call the function inside .onEnd() however, I get an error with your translate() function. Can you explain more to me about this, you are the best I know about React-Native, thank you.

  • @techlearners2711
    @techlearners2711 ปีที่แล้ว

    Hello William Candillon, Can you please guide or made a video for an App like "Sticker Maker for WhatsApp".

  • @cruzorblade
    @cruzorblade ปีที่แล้ว

    Thanks you very much sir William ✨✨.
    Please, there is an interesting one that I really want you to make it; the Telegram shared transition from one channel to another when we are at the bottom of the channel.
    Can it be done in React Native? 😊😊

    • @wcandillon
      @wcandillon  ปีที่แล้ว

      could you share a screen recording of it?

    • @cruzorblade
      @cruzorblade ปีที่แล้ว

      @@wcandillon this is it th-cam.com/video/AK3eqClADoY/w-d-xo.htmlsi=bfbi92PEo8yQkLxW
      Wondering if it would make a difference if it is implemented using a FlatList instead of the ScrollView...

  • @PitZza143
    @PitZza143 ปีที่แล้ว

    Thanks new video

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

    Like & share. Great video

  • @ШарашкинаКонтора-ф2ц
    @ШарашкинаКонтора-ф2ц ปีที่แล้ว +1

    лысый из браззерс

  • @prathamkesarkar
    @prathamkesarkar 10 หลายเดือนก่อน

    Dude should start working in fb now

  • @trevor7372
    @trevor7372 ปีที่แล้ว

    🙈 'Promo sm'

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

    Why not you give a try to flutter