Skip to content

Instantly share code, notes, and snippets.

View xiel's full-sized avatar
🖖

Felix Leupold xiel

🖖
View GitHub Profile
@xiel
xiel / .github-workflows-main.yml
Created March 31, 2021 22:03 — forked from edvinasbartkus/.github-workflows-main.yml
Github Action for React Native Detox
name: Detox
on: [push]
jobs:
build:
runs-on: macOS-latest
timeout-minutes: 15
env:
@xiel
xiel / vapor.1.gif
Last active October 30, 2019 15:36 — forked from mathdroid/vapor.1.gif
👀
vapor.1.gif
@xiel
xiel / facebook-normalize-wheel.js
Created September 3, 2019 18:52 — forked from akella/facebook-normalize-wheel.js
Facebook attempt at normalizing wheel event
/**
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule normalizeWheel
* @typechecks