Skip to content

Instantly share code, notes, and snippets.

View masonwolters's full-sized avatar

Mason Wolters masonwolters

View GitHub Profile
@masonwolters
masonwolters / build-and-upload-simulator-binary.sh
Last active February 18, 2025 22:14
React native iOS with pre-built binaries
#
# This script is run in CI on master commits. It builds a debug binary
# for the iOS simulator and uploads it to the mobile-binaries repo.
#
# Then, when developer run `yarn ios` to develop locally, instead of
# having to build all of the native code, we just download the pre-built
# binary and install it on the simulator.
#
REPO_URL="{YOUR_GIT_URL}"
{
"transactionCategory": [
{
"id": 1,
"source": "SYSTEM",
"classification": "PERSONAL",
"category": "Uncategorized",
"type": "UNCATEGORIZE",
"highLevelCategoryId": 10000017,
"highLevelCategoryName": "Uncategorized"
@masonwolters
masonwolters / 0_reuse_code.js
Last active August 29, 2015 14:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console