chore: add screenshot shortcuts
This commit is contained in:
parent
be1063bdce
commit
882e6105f4
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@
|
|||
"log-ios": "react-native log-ios",
|
||||
"open:deeplink:android": "yarn open:deeplink --android",
|
||||
"open:deeplink:ios": "yarn open:deeplink --ios",
|
||||
"open:deeplink": "npx uri-scheme open --android"
|
||||
"open:deeplink": "npx uri-scheme open --android",
|
||||
"screenshot:ios": "xcrun simctl io booted screenshot ~/Desktop/sim-screen.png",
|
||||
"screenshot:android": "adb exec-out screencap -p > emulator-screen.png"
|
||||
},
|
||||
"customExpoVersioning": {
|
||||
"versionCode": 177,
|
||||
|
|
Loading…
Add table
Reference in a new issue