Skip to content

Commit 13cf083

Browse files
committed
Clarify default expo dep
1 parent 0971040 commit 13cf083

File tree

1 file changed

+1
-1
lines changed
  • react-native-scripts/src/scripts

1 file changed

+1
-1
lines changed

react-native-scripts/src/scripts/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import log from '../util/log';
99

1010
// UPDATE DEPENDENCY VERSIONS HERE
1111
const DEFAULT_DEPENDENCIES = {
12-
expo: '^18.0.1',
12+
expo: '^18.0.3',
1313
react: '16.0.0-alpha.12',
1414
'react-native': '^0.45.1',
1515
};

0 commit comments

Comments
 (0)