Releases: callstack/react-native-builder-bob
Releases · callstack/react-native-builder-bob
[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"
[email protected]
[email protected]
[email protected]
[email protected]
0.37.2 (2024-07-05)
Bug Fixes
- fix
build:ios/android
commands in test-app example (#585) (f89fd66) - by @szymonrybczak