Expo SDK 52: DOM, RSC, Router, New Architecture & Packages

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

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

  • @Seanmclem
    @Seanmclem 5 часов назад +2

    Love it! Thanks for being on bluesky

  • @YashNandha
    @YashNandha 3 часа назад

    Yeah! We are waiting for react native devtool dedicated video 💚

  • @ninadkdev
    @ninadkdev 3 часа назад

    Great video! Would love to see a tutorial on React Native DevTools next!

  • @CasaDeMold
    @CasaDeMold 32 минуты назад

    Only I can't now build in expo? Configs not working too. Release looks good. But seems with a lot of issues.

  • @fazi_gondal
    @fazi_gondal 5 часов назад

    React native Expo are Best 🎉❤

  • @omar-diab-dev
    @omar-diab-dev 2 часа назад

    Does the New Architecture need any change in the app's source code to work?

    • @CasaDeMold
      @CasaDeMold 32 минуты назад

      short answer if you lucky no. but some libs what you use may not 'support' it, so it may not work. Run expo doctor and you will see

  • @jayphnx
    @jayphnx 5 часов назад

    Thanks!! :)

  • @Shubham-rf2bs
    @Shubham-rf2bs 5 часов назад

  • @sourabhsingh4515
    @sourabhsingh4515 4 часа назад +1

    Finally you are here. 😠

  • @ahmedjaber8595
    @ahmedjaber8595 4 часа назад

    Server Components and Server Actions

  • @11WicToR11
    @11WicToR11 Час назад

    can you explain to me what Server Component means in react-native? In nextjs it means "react that is ran on a server" ....in react-native there is no such thing as a server, we produce a .apk or whatever that has this js runtime that communicates with native kotlin/swift code. What the heck does server component mean here???

  • @dev.j255
    @dev.j255 4 часа назад

    Expo camera it's just a pain in the a$$.

    • @RbyLearning
      @RbyLearning 39 минут назад

      Same thing for audio.

    • @RbyLearning
      @RbyLearning 38 минут назад

      Same thing for audio.

  • @jaiswalrohan
    @jaiswalrohan 3 часа назад

    3rd party libraries are taking a hit started new project today installed my go to library and voila they no longer working

    • @DerrickOmar
      @DerrickOmar 2 часа назад

      no wonder my app is taking a shit now.

  • @tiga0006
    @tiga0006 Час назад

    🤷‍♂️ Who cares. What about Angular 19!

  • @asifali_official3137
    @asifali_official3137 4 часа назад

    Expo is useless , we can't directly access native modules, Using bare React Native is better than using Expo.

    • @Seanmclem
      @Seanmclem 4 часа назад

      @@asifali_official3137 yeah you can.

    • @SolelyMat
      @SolelyMat 4 часа назад +3

      What do you mean? Just don't use Expo Go, compile the dev app via EAS and you can acces whatever you want

    • @Seanmclem
      @Seanmclem 3 часа назад

      @@asifali_official3137 yeah you can absolutely use native modules. It’s sort of what the whole thing is built around. POD installs work fine. You can use config plug-ins with a string of text and an extra command. Dev client in EAS is 100X simpler than the alternative.

    • @CasaDeMold
      @CasaDeMold 29 минут назад

      @@SolelyMat Have no idea, my devs don't understand how it works. we just now react, so expo go suppose to be simple in use, but my devs have no idea what to do with new SDK 52

    • @SolelyMat
      @SolelyMat 25 минут назад

      @@CasaDeMold The behaviour you described has nothing to do with SDK 52, that's just how React Native works, some native modules require you to compile the app to test them, since the JavaScript bridge generated by the expo go app can't acces them.