Continuous Integration with React Native

前端 未结 3 1170
死守一世寂寞
死守一世寂寞 2020-12-16 04:15

I am new to iOS, Can someone please tell me how can I set up CI for react native? I currently use codeship but I don\'t think they offer anything for iOS. Any suggestion on

3条回答
  •  感情败类
    2020-12-16 04:39

    I have a React Native Starter App for both Android & iOS that uses Bitrise.io and they support BitBucket. The tests are run with Jest and have over 86% coverage. There's a video series detailing the CI process. Swapping out Github for Bitbucket is trivial, during the registration process you'll be prompted for a vendor (Github/Bitbucket). After that everything should be the same. Note: I am the developer.

提交回复
热议问题