Releases: callstack/react-native-builder-bob
Releases · callstack/react-native-builder-bob
[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"