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 509160d commit 31f67fbCopy full SHA for 31f67fb
react-native-scripts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-scripts",
3
- "version": "1.13.1",
+ "version": "1.13.2",
4
"description": "Configuration and scripts for Create React Native App.",
5
"license": "BSD-3-Clause",
6
"keywords": [
react-native-scripts/src/scripts/init.js
@@ -13,8 +13,8 @@ import { hasYarn } from '../util/pm';
13
// UPDATE DEPENDENCY VERSIONS HERE
14
const DEFAULT_DEPENDENCIES = {
15
expo: '^26.0.0',
16
- react: '16.3.0-alpha.1',
17
- 'react-native': '0.54.0',
+ react: '16.3.0',
+ 'react-native': '~0.54.1',
18
};
19
20
const WEB_DEFAULT_DEPENDENCIES = {
0 commit comments