Releases: callstack/react-native-builder-bob
Releases Β· callstack/react-native-builder-bob
0.26.0 (2022-11-03)
Bug Fixes
- don't hardcode mixed template to run with new architecture (c397b8b)
- fix package folder names (2436293)
- mention CONTRIBUTING.md after generating the project (36c1367)
- mention Java & Swift in CONTRIBUTING.md (9ec8f64)
- update codegenConfig to the new format (1212367)
Features
- add an option to specify react native version (5f2a183)
- add fabric template - run with
EXPERIMENTAL_FABRIC_ENABLED=1
(#273) (c43878f)
- preserve casing and package namespace (4993bc9), closes #250
- support cpp language with turbo modules (1b1b68b)
0.25.0 (2022-10-21)
Features
- add kotlin support to turbo module template (ad43843)
0.19.1 (2022-10-14)
Bug Fixes
- restrict engine to latest Node LTS (f569064)
0.24.3 (2022-10-14)
Bug Fixes
- restrict engine to latest Node LTS (f569064)
0.24.1 (2022-10-13)
Bug Fixes
- use index.js instead of index.ts (1393499), closes #281
0.24.0 (2022-10-13)
Bug Fixes
- exclude some unnecessary files from the package (0213adc)
- fix types in cpp adapter. closes #278 (2c572dd)
- remove babel-eslint parser due to lack of support for typescript (#274) (7a0c0e9)
- show a helpful error if npx isn't installed (2c3b5e4)
Features
- ios: enable function generation by Xcode with CodeGen interface (#267) (b152ccf), closes #261
- use react-native init for generating example app (#271) (ac0e2f7)