Skip to content

Commit 42efae5

Browse files
committed
fix: bump fallback bob version
1 parent 9b41a62 commit 42efae5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import generateExampleApp, {
1414
import { spawn } from './utils/spawn';
1515
import { version } from '../package.json';
1616

17-
const FALLBACK_BOB_VERSION = '0.25.0';
17+
const FALLBACK_BOB_VERSION = '0.26.0';
1818

1919
const BINARIES = [
2020
/(gradlew|\.(jar|keystore|png|jpg|gif))$/,

0 commit comments

Comments
 (0)