Render Markdown in React Native |

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 15

  • @jordantitov6758
    @jordantitov6758 Před 8 měsíci +1

    Excellent and entertaining content. I decided to learn some react native 2 days ago and I am lucky to find you. Unfortunately, I didn't know about that at the beginning of December.

  • @_marcobaez
    @_marcobaez Před měsícem

    Thank you bro!!

  • @ByteNatives
    @ByteNatives Před 8 měsíci

    Awesome content Man, loved it.

  • @user-zj5sd5mc7z
    @user-zj5sd5mc7z Před 7 měsíci

    Thank you ♥

  • @h951115951115
    @h951115951115 Před 4 měsíci

    I have a lot of markdown files and it seems your video does not go into details of how to render all of them

  • @ashokadichill2183
    @ashokadichill2183 Před 5 měsíci

    any possiblity of rendering math equation in to markdown

  • @Techpy
    @Techpy Před 8 měsíci +1

    You never created a video on how to build apps for production. How to optimize the end apk or pkg file.
    Please create few videos on it as well. There are no such videos available on internet especially for build optimization.

    • @leejeff3949
      @leejeff3949 Před 8 měsíci

      What do you mean by optimizing the 'end apk'? Is it something different from bundling the adb file for market?

    • @Techpy
      @Techpy Před 8 měsíci

      @@leejeff3949 apk file is something that we install in Android OS. I am not taking about pushing to play store, where we can just push .aab file and google will do hard work and distribute apps according to users phone architecture.
      We need to configure proguard (if I am not wrong), like the apk size is 25+MB for a Hello world project in react native, right?
      Or am I doing something wrong?

    • @ShortCodeDev
      @ShortCodeDev Před 8 měsíci

      ​@@leejeff3949humm

  • @usmaniCodes
    @usmaniCodes Před 4 měsíci

    ❤❤❤

  • @anirudhcodes
    @anirudhcodes Před 8 měsíci

    Markdown text is not visible when device is set to darkmode

    • @notjustdev
      @notjustdev  Před 8 měsíci +2

      you will have to pass-down theme-aware styles to markdown components. Just making the text white