Releases: callstack/react-native-builder-bob
Releases · callstack/react-native-builder-bob
react-native-builder-bob@0.43.0
0.43.0 (2026-06-16)
Features
This is a breaking change for libraries that use react-native-builder-bob/vite-config
They now must add the custom condition to their vite config. To preserve existing behavior, add conditions: ['source'] under resolve:
export default defineConfig((env) =>
mergeConfig(config(env), {
resolve: {
alias: {
[pack.name]: new URL('..', import.meta.url),
},
+ conditions: ['source'],
dedupe: Object.keys(pack.peerDependencies),
},
})
);This also drops react-native-builder-bob/metro-config. Migrate to react-native-monorepo-config) instead.
create-react-native-library@0.63.0
create-react-native-library@0.62.2
react-native-builder-bob@0.42.1
react-native-builder-bob@0.42.0
docs@0.8.1
0.8.1 (2026-06-08)
Note: Version bump only for package docs
create-react-native-library@0.62.1
0.62.1 (2026-06-08)
Note: Version bump only for package create-react-native-library