We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17d399 commit 9970b34Copy full SHA for 9970b34
app/containers/App.js
@@ -166,7 +166,7 @@ export default class App extends Component {
166
button="Confirm"
167
inputProps={{
168
type: 'input',
169
- value: 19001,
+ value: 19000,
170
}}
171
onInputChange={value => Number(value.replace(/\D/g, '').substr(0, 5)) || ''}
172
onSubmit={this.handlePortOnSubmit}
npm-package/bin/rndebugger-open.js
@@ -6,7 +6,7 @@ const fs = require('fs');
6
const path = require('path');
7
8
const defaultPort = 8081;
9
-const expoDefaultPort = 19001;
+const expoDefaultPort = 19000;
10
11
const expoInfoPath = path.join(process.cwd(), '.expo/packager-info.json');
12
0 commit comments