This file contains hidden or 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
| sudo networksetup -createnetworkservice Loopback lo0 | |
| sudo networksetup -setmanual Loopback 172.20.42.42 255.255.255.255 |
This file contains hidden or 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
| ➜ App git:(story-book) ✗ yarn --version (⌐•_•) | |
| 0.27.5 | |
| ➜ App git:(story-book) ✗ node --version (⌐•_•) | |
| v8.0.0 | |
| ➜ App git:(story-book) ✗ react-native --version (⌐•_•) | |
| react-native-cli: 2.0.1 | |
| react-native: 0.44.2 |
This file contains hidden or 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
| # Add this to your shell profile | |
| export ANDROID_HOME=$HOME/Library/Android/sdk/ | |
| alias emulator='cd $ANDROID_HOME/tools/; ./emulator' | |
| # In a new shell | |
| emulator @<avd_name> |
This file contains hidden or 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
| { | |
| /* | |
| // Place your snippets for TypeScript React here. Each snippet is defined under a snippet name and has a prefix, body and | |
| // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
| // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the | |
| // same ids are connected. | |
| // Example: | |
| "Print to console": { | |
| "prefix": "log", | |
| "body": [ |
OlderNewer