Skip to content

Commit 42797f3

Browse files
committed
chore: bump fallback bob version
1 parent 0b98ff1 commit 42797f3

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/src

1 file changed

+1
-1
lines changed

packages/create-react-native-library/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import githubUsername from 'github-username';
1111
import prompts, { PromptObject } from './utils/prompts';
1212
import generateExampleApp from './utils/generateExampleApp';
1313

14-
const FALLBACK_BOB_VERSION = '0.18.3';
14+
const FALLBACK_BOB_VERSION = '0.20.0';
1515

1616
const BINARIES = /(gradlew|\.(jar|keystore|png|jpg|gif))$/;
1717

0 commit comments

Comments
 (0)