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
49e2ab28
Verified
Commit
49e2ab28
authored
Mar 14, 2018
by
Sébastiaan Versteeg
Browse files
Fix `yarn start` command
parent
4c00f2ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
49e2ab28
...
...
@@ -3,7 +3,7 @@
"version"
:
"0.0.1"
,
"private"
:
true
,
"scripts"
:
{
"start"
:
"react-native start
--config=../../../../rn-cli.config.js
"
,
"start"
:
"react-native start"
,
"start:ios"
:
"react-native run-ios"
,
"start:android"
:
"react-native run-android"
,
"log:ios"
:
"react-native log-ios"
,
...
...
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