Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
33122a37
Commit
33122a37
authored
Aug 29, 2018
by
Gijs Hendriksen
Browse files
Merge branch 'feature/menu-command' into 'master'
Add yarn dev menu command for Android See merge request
!182
parents
431b13e4
eadd2354
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
33122a37
...
...
@@ -7,6 +7,7 @@
"start:ios"
:
"react-native run-ios"
,
"start:android"
:
"react-native run-android"
,
"start:android-dev"
:
"react-native run-android --appId com.thaliapp.dev"
,
"menu:android"
:
"adb shell input keyevent 82"
,
"log:ios"
:
"react-native log-ios"
,
"log:android"
:
"react-native log-android"
,
"lint"
:
"eslint *.js app --fix"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment