Skip to content

Instantly share code, notes, and snippets.

View mikitasolo's full-sized avatar

Nikita Solosnuk mikitasolo

  • Warsaw, Poland
View GitHub Profile
@mikitasolo
mikitasolo / bitrise.yml
Created June 4, 2019 12:11
An example of bitrise.yml for deploying android React Native app
---
format_version: '7'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: react-native
trigger_map:
- push_branch: "*"
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows: