Releases: callstack/react-native-builder-bob
Releases · callstack/react-native-builder-bob
[email protected]
[email protected]
0.39.0 (2024-07-26)
Bug Fixes
- prefetch bob version in advance to reduce timeouts (3a67f50) - by @satya164
- sort dependencies in example package.json (6bcb6c8) - by @satya164
Features
- export babel and metro configs to reduce boilerplate (#600) (d6cb1ce) - by @satya164
- use the bob preset for the library during dev (#599) (3a4e724) - by @satya164
Breaking changes
[email protected]
[email protected]
[email protected]
0.38.3 (2024-07-22)
Bug Fixes
- hide select example question when creating local library (#594) (ac95039) - by @szymonrybczak
[email protected]
[email protected]
[email protected]
[email protected]
0.25.0 (2024-07-05)
Bug Fixes
Features
- add ESM support for generated project (#583) (933a3b3) - by @satya164
- switch to new jsx runtime (0595213) - by @satya164
To migrate your project to ESM, running the following command for automated configuration:
yarn bob init
Alternatively, you can follow the manual configuration guide.
In addition, typescript consumers would need to change the following fields in tsconfig.json
:
"jsx": "react-jsx",
"moduleResolution": "Bundler",
If using ESLint, it may also be necessary to disable the "react/react-in-jsx-scope" rule:
"react/react-in-jsx-scope": "off"