Skip to content

igorstajic/react-native-semaphore

 
 

Repository files navigation

Semaphore demo CI/CD pipeline using React Native

Example application and CI/CD pipeline showing how to run a React Native project on Semaphore 2.0. (Uses React Native CLI Quickstart)

CI/CD on Semaphore

  1. Fork this repository and use it to create a project.

The CI pipeline will look like this:

CI pipeline on Semaphore

The example pipeline contains 4 blocks:

Local project setup

Installation

$ npm install

Running the app

$ npm start

Lint

$ npm run lint

Unit and integration tests

$ npm test

e2e UI tests

$ npm run detox-build
$ npm run detox-test

License

Copyright (c) 2019 Rendered Text

Distributed under the MIT License. See the file LICENSE.md.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 30.0%
  • Ruby 28.4%
  • Objective-C 22.5%
  • Python 11.3%
  • Java 7.8%