Skip to content
GitLab
Menu
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
95e3912b
Verified
Commit
95e3912b
authored
Mar 14, 2018
by
Sébastiaan Versteeg
Browse files
Add start:android-dev run command
parent
4c00f2ee
Changes
1
Show whitespace changes
Inline
Side-by-side
package.json
View file @
95e3912b
...
...
@@ -6,6 +6,7 @@
"start"
:
"react-native start --config=../../../../rn-cli.config.js"
,
"start:ios"
:
"react-native run-ios"
,
"start:android"
:
"react-native run-android"
,
"start:android-dev"
:
"react-native run-android --appId com.thaliapp.dev"
,
"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
.
Attach a 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