This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"transactionCategory": [ | |
{ | |
"id": 1, | |
"source": "SYSTEM", | |
"classification": "PERSONAL", | |
"category": "Uncategorized", | |
"type": "UNCATEGORIZE", | |
"highLevelCategoryId": 10000017, | |
"highLevelCategoryName": "Uncategorized" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |