Skip to content

Commit

Permalink
Default RN pakcager port of new window to 19000
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 21, 2023
1 parent a17d399 commit 9970b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default class App extends Component {
button="Confirm"
inputProps={{
type: 'input',
value: 19001,
value: 19000,
}}
onInputChange={value => Number(value.replace(/\D/g, '').substr(0, 5)) || ''}
onSubmit={this.handlePortOnSubmit}
Expand Down
2 changes: 1 addition & 1 deletion npm-package/bin/rndebugger-open.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fs = require('fs');
const path = require('path');

const defaultPort = 8081;
const expoDefaultPort = 19001;
const expoDefaultPort = 19000;

const expoInfoPath = path.join(process.cwd(), '.expo/packager-info.json');

Expand Down

0 comments on commit 9970b34

Please sign in to comment.