We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b98ff1 commit 42797f3Copy full SHA for 42797f3
packages/create-react-native-library/src/index.ts
@@ -11,7 +11,7 @@ import githubUsername from 'github-username';
11
import prompts, { PromptObject } from './utils/prompts';
12
import generateExampleApp from './utils/generateExampleApp';
13
14
-const FALLBACK_BOB_VERSION = '0.18.3';
+const FALLBACK_BOB_VERSION = '0.20.0';
15
16
const BINARIES = /(gradlew|\.(jar|keystore|png|jpg|gif))$/;
17
0 commit comments