React Native Debugging: From JS to Native

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 33

  • @ExpoDevelopers
    @ExpoDevelopers Місяць тому +10

    This is great Simon. You're saving devs a lot of time and pain.

    • @galaxies_dev
      @galaxies_dev  Місяць тому

      Hope I can save some hours here and there!

  • @techduke9511
    @techduke9511 15 днів тому

    i have also not getting the options of Network tab or application tab on devtools, i am working on the latest RN 0.76 project without expo.
    i am on windows machine,

  • @kimikalaprod
    @kimikalaprod Місяць тому +2

    Great tips. Sentry is powerful indeed (even for Web ;). Wonder what's the perf impact on the app though 🤔

    • @pry0rity-vids
      @pry0rity-vids Місяць тому +2

      in general it's pretty light! we've found it's trivial for most things except vercel edge & lambda functions, but there's workarounds

  • @osmtechbox2658
    @osmtechbox2658 Місяць тому +1

    Thanks alot man🎉

  • @MarcosVinicius-gj6qg
    @MarcosVinicius-gj6qg 26 днів тому

    Simon, could you please make a tutorial on how to use cordova-plugin-purchase 13 for Ionic? After this update, purchases simply stopped working. Only you can save us. Thank you in advance.

  • @kamal9650-z1w
    @kamal9650-z1w 26 днів тому +1

    Hi Simon please create tutorial on your drag drop with multiple list😊

  • @_ParekhJeel
    @_ParekhJeel Місяць тому +2

    NICE !

  • @byCedric
    @byCedric Місяць тому +1

    My favorite experiment is the Protocol Inspector

  • @Kitety
    @Kitety Місяць тому +2

    The tool is great, but I mainly use js (ts), and I don’t understand native code. I hope I won't have such a difficult problem

    • @galaxies_dev
      @galaxies_dev  Місяць тому

      You usually don't have to, but knowing where to look can give you some comfort.

  • @imam_robani
    @imam_robani Місяць тому

    What tools are used to draw lines?

  • @alexgordienko93
    @alexgordienko93 Місяць тому

    react-native-debugger with redux doesnt work with new expo sdk?

    • @galaxies_dev
      @galaxies_dev  Місяць тому

      I haven't tried, but might be outdated at this point with the new devtools?

  • @candyman3537
    @candyman3537 Місяць тому

    I don't have the Components tab.

    • @galaxies_dev
      @galaxies_dev  Місяць тому

      Are you on hte latest RN version?

  • @BayramArif
    @BayramArif Місяць тому

    What about Logcat side ?

    • @galaxies_dev
      @galaxies_dev  Місяць тому

      It's part of Android Studio, right?

  • @dev.j255
    @dev.j255 Місяць тому +1

    How about expo camera tutorial

  • @ajsleigh
    @ajsleigh Місяць тому

    The Sentry link is broken!

  • @shailesh9842
    @shailesh9842 Місяць тому +1

    Can you create any app clone and upload it will very helpful

  • @dev.j255
    @dev.j255 Місяць тому

    Yeah but how can you debug in a real phone

    • @galaxies_dev
      @galaxies_dev  Місяць тому

      You can connect to the running process from Xcode/Android studio, or simply deploy from there to your phone (check out my other video about the different ways to build Expo apps)