Continuous distribution in React Native using App Center |

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2022
  • Let's learn to Use App Center, which part of the Visual Studio product suite from Microsoft to Automatically Build and Distribute Your React Native App.
    In this video, we will learn how to integrate App Center SDK into a React native app. I have been using App Center in my work for a long time, and I can testify that it's a real time saver when it comes to building, integrating and distributing your app for testers or to the app stores.
    What is continuous integration and deployment anyways?
    Continuous integration is a coding philosophy and set of practices that drive development teams to implement small changes and check-in code to version control repositories frequently.
    Continuous deployment/delivery picks up after continuous integration. CD automates the delivery of applications to selected infrastructures (like Play Store and App Store in our case). Most teams work with multiple environments other than the production, such as development and testing environments, and CD ensures there is an automated way to push code changes to them
    What is App center?
    Microsoft Visual Studio App Center is an integrated mobile development lifecycle solution for iOS, Android and Windows apps. It brings together multiple services commonly used by mobile developers, including build, test, distribute, monitoring, diagnostics into one single integrated cloud solution.
    App Center has tons of great features like Analytics, Test Runs, Diagnostics, Push Notification, Crash Reporting and most importantly Codepush which is a game-changer for app distributions.
    The SDK uses a modular architecture so you can use any or all of the services.
    Now, let's get started with setting up App Center React Native SDK in your React-Native app in order to use App Center Analytics and App Center Crashes.
    appcenter.ms/
    #reactnative #reactnativetutorials #reactnativebeginners #reactjs
    #jasacadamy

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

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

    Explaination is Clear. All the best

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

      thanks for feedback

  • @MUTHUMANIS-qi1xy
    @MUTHUMANIS-qi1xy 9 หลายเดือนก่อน +1

    Virumandi Interval 🤩🤩

    • @JASACADAMY
      @JASACADAMY  9 หลายเดือนก่อน

      😀

  • @R.I.P01
    @R.I.P01 2 ปีที่แล้ว +2

    Make a video on multiple role Authorization

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

    Awesome

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

      Thanks for feedback 👍

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

      @@JASACADAMY could not get through cd was getting an error >>>>" Could not determine the dependencies of null.
      > Could not resolve all task dependencies for configuration ':classpath'.
      > Could not find com.android.tools.build:gradle:." could you helpme here
      kindly

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

      @@akungubrian6406 facing the same error !!! Did you find any solution?

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

    A very good video is more useful...

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

      Glad you think so!

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

    How can we make it generate the build automatically without hitting on the build button on AppCenter

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

      you can enable it on GitHub push or new commit