Skip to content

Instantly share code, notes, and snippets.

View skhye05's full-sized avatar

Jonathan Mayunga skhye05

  • Pretoria, South Africa
View GitHub Profile
@skhye05
skhye05 / RNMultipleTargetsInstructions.md
Created February 6, 2024 19:30 — forked from jacks205/RNMultipleTargetsInstructions.md
Settings up multiple app targets in React-Native
@skhye05
skhye05 / Keychain.swift
Created February 6, 2024 12:22 — forked from PaulWagener/Keychain.swift
Easy Keychain use with Swift 4
//
// Keychain.swift
// SecKeychain
//
// Created by Paul Wagener on 01-11-17.
// Copyright © 2017 Paul Wagener. All rights reserved.
//
import Foundation
@skhye05
skhye05 / detox-ts.md
Created March 12, 2021 12:07 — forked from solkaz/detox-ts.md
Writing Detox Tests with TypeScript

Usage

This guide assumes you've got a project using Detox with Jest, and you want to write your Detox tests in TypeScript.

  • Refer to this guide if you need to set up such a project.

1. Add TypeScript + ts-jest to package.json

We'll be using ts-jest to run Jest tests with TypeScript.

@skhye05
skhye05 / detox-run-android.yml
Created March 11, 2021 06:32 — forked from Grohden/detox-run-android.yml
Azure devops detox run tests for ios and android
trigger:
- none
pool:
vmImage: 'ubuntu-latest'
variables:
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle