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

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

КОМЕНТАРІ •

  • @sarojregmi200
    @sarojregmi200 Рік тому +4

    Happy to see a new video in this series.

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

  • @MaxIme555
    @MaxIme555 Рік тому +2

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

  • @JoseGarcia-vr8mx
    @JoseGarcia-vr8mx Рік тому

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

  • @martinwinther9006
    @martinwinther9006 11 місяців тому +1

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

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

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

  • @efari
    @efari Рік тому +1

    What is the intro music please? Reminds me of Ratatat

  • @rog0079
    @rog0079 Рік тому +2

    Damn I missed your content!!

  • @hectoradanmoraleslugo5693
    @hectoradanmoraleslugo5693 Рік тому +1

    Love it, I'm going to try this!

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

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

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

  • @nipunshah1373
    @nipunshah1373 Рік тому +1

    what are these fonts ?

  • @Mehrabm
    @Mehrabm Рік тому +1

    Great Video🎉 I'm happy

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

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

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

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

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

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

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

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

  • @techlearners2711
    @techlearners2711 Рік тому

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

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

  • @bonnguyen2831
    @bonnguyen2831 Рік тому

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

    • @bonnguyen2831
      @bonnguyen2831 Рік тому

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

  • @PitZza143
    @PitZza143 Рік тому

    Thanks new video

  • @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 ua-cam.com/video/AK3eqClADoY/v-deo.htmlsi=bfbi92PEo8yQkLxW
      Wondering if it would make a difference if it is implemented using a FlatList instead of the ScrollView...

  • @sanduluca6768
    @sanduluca6768 Рік тому +1

    Like & share. Great video

  • @ШарашкинаКонтора-ф2ц

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

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