Releases: callstack/react-native-builder-bob
Releases · callstack/react-native-builder-bob
create-react-native-library@0.38.3
0.38.3 (2024-07-22)
Bug Fixes
- hide select example question when creating local library (#594) (ac95039) - by @szymonrybczak
react-native-builder-bob@0.26.0
docs@0.1.1
create-react-native-library@0.38.2
react-native-builder-bob@0.25.0
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 initAlternatively, 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"docs@0.1.0
create-react-native-library@0.38.1
create-react-native-library@0.38.0
create-react-native-library@0.37.2
0.37.2 (2024-07-05)
Bug Fixes
- fix
build:ios/androidcommands in test-app example (#585) (f89fd66) - by @szymonrybczak