Browse Source
Merge pull request #19502 from abpframework/sinan/react-expo
Set default port for expo
pull/19505/head
Masum ULU
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
templates/app/react-native/package.json
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
"version": "1.0.0", |
|
|
|
"main": "node_modules/expo/AppEntry.js", |
|
|
|
"scripts": { |
|
|
|
"start": "expo start", |
|
|
|
"start": "expo start --port 19000", |
|
|
|
"android": "expo start --android", |
|
|
|
"ios": "expo start --ios", |
|
|
|
"web": "expo start --web", |
|
|
|
|