Releases: callstack/react-native-builder-bob
Releases Β· callstack/react-native-builder-bob
create-react-native-library@0.24.1
0.24.1 (2022-10-13)
Bug Fixes
- use index.js instead of index.ts (1393499), closes #281
create-react-native-library@0.24.0
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)
create-react-native-library@0.23.3
0.23.3 (2022-08-01)
Bug Fixes
- remove explicit folly version (b35432e)
create-react-native-library@0.23.2
0.23.2 (2022-07-09)
Bug Fixes
- update βjsβ value type to new value βlibraryβ in create library script (#253) (5599ee6)
create-react-native-library@0.23.1
0.23.1 (2022-07-04)
Bug Fixes
- use correct bob version in package.json (4a5afb3)
create-react-native-library@0.23.0
0.23.0 (2022-06-30)
Features
- update turbo modules template to use a synchronous API (1393060)
create-react-native-library@0.22.0
0.22.0 (2022-06-27)
Features
- add a template for turbo module (experimental) (cc95a72)
create-react-native-library@0.21.1
0.21.1 (2022-06-22)
Bug Fixes
- fix generated package name (09e63a9)
react-native-builder-bob@0.18.3
0.18.3 (2022-06-21)
Note: Version bump only for package react-native-builder-bob
create-react-native-library@0.21.0
0.21.0 (2022-06-21)
Bug Fixes
- consolidate gradle files (af0ae13)
- fix requiresMainQueueSetup warning for swift modules (31cf29f)
- fixed lint throw error without semicolon (#232) (45c138b)
- include header with project identifier for cpp (#246) (2aba2be)
- remove double-quoted imports from React-Core (#220) (0de461d)
- use react-native.config.js for linking the library (1000cd7)
Features
- enable hermes by default (194e279)
- migrate to lefthook instead of husky (c3e4bfb)
- upgrade templates to latest react & react-native (9bb2a22)