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 07ee44d commit 4a5afb3Copy full SHA for 4a5afb3
packages/create-react-native-library/src/index.ts
@@ -9,7 +9,7 @@ import validateNpmPackage from 'validate-npm-package-name';
9
import githubUsername from 'github-username';
10
import prompts, { PromptObject } from './utils/prompts';
11
12
-const FALLBACK_BOB_VERSION = '0.18.0';
+const FALLBACK_BOB_VERSION = '0.18.3';
13
14
const BINARIES = /(gradlew|\.(jar|keystore|png|jpg|gif))$/;
15
packages/create-react-native-library/templates/common/$package.json
@@ -63,7 +63,7 @@
63
"prettier": "^2.0.5",
64
"react": "17.0.2",
65
"react-native": "0.68.2",
66
- "react-native-builder-bob": "^0.18.2",
+ "react-native-builder-bob": "^<%- bob.version %>",
67
"release-it": "^15.0.0",
68
"typescript": "^4.5.2"
69
},
0 commit comments